From 9d027eaac894e1793c663448cfd494bcc21c759f Mon Sep 17 00:00:00 2001 From: Peter Leong <1179301+p33t@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:52:30 -0700 Subject: [PATCH] Readiness & liveness probes correct port Port number now comes from values.yaml Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com> --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: