Explicitly configure wordpress service as clusterIP
This commit is contained in:
parent
097ab113e9
commit
e41be828f0
@ -10,6 +10,7 @@ spec:
|
||||
- port: 3306
|
||||
selector:
|
||||
app: wordpress
|
||||
tier: mysql
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
@ -23,3 +24,5 @@ spec:
|
||||
- port: 80
|
||||
selector:
|
||||
app: wordpress
|
||||
tier: frontend
|
||||
type: ClusterIP
|
||||
|
Loading…
Reference in New Issue
Block a user