We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8744b6d + 2028b6e commit d88643aCopy full SHA for d88643a
charts/application/Chart.yaml
@@ -7,4 +7,4 @@ maintainers:
7
- name: MediaMarktSaturn
8
url: https://github.com/MediaMarktSaturn
9
appVersion: 1.0.0
10
-version: 1.32.0
+version: 1.32.1
charts/application/templates/_podTemplate.tpl
@@ -294,10 +294,12 @@ spec:
294
containerPort: {{ .Values.container.port }}
295
protocol: TCP
296
{{- range $ap := .Values.additionalPorts }}
297
+ {{- if not (eq $ap.containerPort $.Values.container.port) }}
298
- name: {{ $ap.name }}
299
containerPort: {{ $ap.containerPort }}
300
protocol: {{ $ap.protocol }}
301
{{- end }}
302
+ {{- end }}
303
{{- if .Values.startupProbe.enabled }}
304
startupProbe:
305
{{- if .Values.startupProbe.cmd }}
0 commit comments