From be9eda60632af3f3e83ba9a4c6227d649f1c1f88 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sun, 4 Jan 2026 00:27:54 +0000 Subject: [PATCH] change port --- templates/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 42adf32..7e60162 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -58,8 +58,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - - name: http - containerPort: {{ .Values.service.port }} + - containerPort: {{ .Values.service.port }} protocol: TCP {{- with .Values.livenessProbe }} livenessProbe: