Begin adding chart for wordpress.

This commit is contained in:
2022-11-15 14:26:15 +13:00
parent 344c7b2201
commit 60cac7d380
8 changed files with 158 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
labels:
release: {{ .Release.Name }}
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
release: {{ .Release.Name }}