Use internal port for health check

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

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

Loading…
Cancel
Save