Explicitly configure wordpress service as clusterIP

This commit is contained in:
Joey Hafner 2023-03-31 06:50:51 -07:00
parent 097ab113e9
commit e41be828f0

View File

@ -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