This commit is contained in:
Jonas Forsberg 2024-10-19 11:29:25 +02:00
parent 4f2a9ba9b7
commit 04aa844ce6

View File

@ -46,7 +46,6 @@ spec:
{{- range $k, $v := $values.ports }} {{- range $k, $v := $values.ports }}
- name: {{ $k }} - name: {{ $k }}
containerPort: {{ $v.targetPort | default $v.port }} containerPort: {{ $v.targetPort | default $v.port }}
protocol: {{ default "TCP" $v.protocol }}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{- end }} {{- end }}