1
0

fix(values): updated keys

This commit is contained in:
sido
2018-06-23 15:18:50 +02:00
parent 544a6ef272
commit 5fd0cffb6e
4 changed files with 15 additions and 11 deletions

View File

@@ -8,9 +8,9 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
type: {{ .Values.httpd.type }}
ports:
- port: {{ .Values.service.port }}
- port: {{ .Values.httpd.port }}
targetPort: http
protocol: TCP
name: http