1
0
Fork 0

fix(notes and values): again

This commit is contained in:
sido 2018-06-23 15:27:03 +02:00
parent bb70c0996a
commit c0ea683e19
1 changed files with 2 additions and 2 deletions

View File

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