[SDC] Remove http nodePort 35/128835/1
authorefiacor <fiachra.corcoran@est.tech>
Mon, 25 Apr 2022 15:40:24 +0000 (16:40 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 25 Apr 2022 15:40:33 +0000 (16:40 +0100)
Removing http nodePort

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8
Issue-ID: OOM-2966

kubernetes/sdc/components/sdc-fe/templates/service.yaml
kubernetes/sdc/components/sdc-fe/values.yaml

index f899d58..968a09c 100644 (file)
@@ -42,9 +42,6 @@ spec:
     - port: {{ .Values.service.internalPort }}
       name: {{ .Values.service.portName }}
       targetPort: {{ .Values.service.internalPort }}
-      {{ if eq .Values.service.type "NodePort" -}}
-      nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
-      {{ end }}
     {{ if (include "common.needTLS" .) }}
     - port:  {{ .Values.service.internalPort2 }}
       targetPort: {{ .Values.service.internalPort2 }}
index a2502a9..6267da9 100644 (file)
@@ -112,7 +112,6 @@ service:
   type: NodePort
   name: sdc-fe
   portName: http
-  nodePort: "06"
   internalPort: 8181
   externalPort: 8181
   nodePort2: "07"