mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:29:46 +08:00
Fix node port service not allowing multiple forwarding ports without name
This commit is contained in:
@@ -13,6 +13,7 @@ spec:
|
||||
targetPort: {{ $config.containerPort }}
|
||||
protocol: {{ $config.protocol }}
|
||||
nodePort: {{ $config.nodePort }}
|
||||
name: ix-{{ $.Release.Name }}-{{ $config.nodePort }}-{{ $index }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "ix-chart.selectorLabels" . | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user