Update service.yml

This commit is contained in:
Barahalikar Siddharth
2022-06-08 00:43:26 +05:30
committed by GitHub
parent c469131433
commit a7c4311a0d

View File

@@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: php-color-svc name: random-shapes-svc
spec: spec:
ports: ports:
- port: 80 - port: 80
protocol: TCP protocol: TCP
targetPort: 80 targetPort: 80
selector: selector:
app: php-color-app app: random-shapes
type: NodePort type: NodePort