From 04aa844ce6c8535403178e5e3068a0d0cc2d242d Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 19 Oct 2024 11:29:25 +0200 Subject: [PATCH] . --- templates/_statefulset.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/_statefulset.tpl b/templates/_statefulset.tpl index 55bc695..1908e40 100644 --- a/templates/_statefulset.tpl +++ b/templates/_statefulset.tpl @@ -46,7 +46,6 @@ spec: {{- range $k, $v := $values.ports }} - name: {{ $k }} containerPort: {{ $v.targetPort | default $v.port }} - protocol: {{ default "TCP" $v.protocol }} {{- end -}} {{- end -}} {{- end }}