diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index ca79e7ab2..3a8f3cc5a 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -312,7 +312,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 80 + containerPort: {{ .Values.service.port }} protocol: TCP livenessProbe: httpGet: