From 937a26e43b3bda4d97efe3562ff3c019921238cb Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 5 Nov 2020 14:42:26 +0500 Subject: [PATCH] Fix node port service not allowing multiple forwarding ports without name --- test/ix-chart/2010.0.2/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ix-chart/2010.0.2/templates/service.yaml b/test/ix-chart/2010.0.2/templates/service.yaml index c68ba7ef833..b2e472f256a 100644 --- a/test/ix-chart/2010.0.2/templates/service.yaml +++ b/test/ix-chart/2010.0.2/templates/service.yaml @@ -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 }}