Update service.yml
This commit is contained in:
committed by
GitHub
parent
c469131433
commit
a7c4311a0d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user