|
@@ -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 }}
|