Use internal port for health check

pull/1494/head
Vic Iglesias 9 years ago
parent 6b31664cd2
commit 156d706dd1

@ -114,11 +114,11 @@ spec:
livenessProbe:
httpGet:
path: /
port: 80
port: {{ .Values.service.internalPort }}
readinessProbe:
httpGet:
path: /
port: 80
port: {{ .Values.service.internalPort }}
resources:
{{ toYaml .Values.resources | indent 12 }}
`

Loading…
Cancel
Save