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