Commit 937a26e4 authored by Waqar Ahmed's avatar Waqar Ahmed

Fix node port service not allowing multiple forwarding ports without name

parent 33e4cdab
...@@ -13,6 +13,7 @@ spec: ...@@ -13,6 +13,7 @@ spec:
targetPort: {{ $config.containerPort }} targetPort: {{ $config.containerPort }}
protocol: {{ $config.protocol }} protocol: {{ $config.protocol }}
nodePort: {{ $config.nodePort }} nodePort: {{ $config.nodePort }}
name: ix-{{ $.Release.Name }}-{{ $config.nodePort }}-{{ $index }}
{{- end }} {{- end }}
selector: selector:
{{- include "ix-chart.selectorLabels" . | nindent 4 }} {{- include "ix-chart.selectorLabels" . | nindent 4 }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment