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