From 156d706dd1ef19dd09818ab5ebd82fc9bd4189a8 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Tue, 1 Nov 2016 16:08:20 -0700 Subject: [PATCH] Use internal port for health check --- pkg/chartutil/create.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 74556a788..49f6b7b3e 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -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 }} `