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
kind: Service
metadata:
name: php-color-svc
name: random-shapes-svc
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: php-color-app
app: random-shapes
type: NodePort