Use internal port for health check

This commit is contained in:
Vic Iglesias 2016-11-01 16:08:20 -07:00
parent 6b31664cd2
commit 156d706dd1

View file

@ -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 }}
`