aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-fe/templates/service.yaml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-04-25 16:40:24 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-04-25 16:40:33 +0100
commit04480347c89a69836b5be2f1cf14cbfb2429e6cc (patch)
tree11644ae8cdc53b19e40e027e9d7396435bd81d89 /kubernetes/sdc/components/sdc-fe/templates/service.yaml
parent700dbc0ee227049c9d4e842f8af2dadd4417671a (diff)
[SDC] Remove http nodePort
Removing http nodePort Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8 Issue-ID: OOM-2966
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe/templates/service.yaml')
-rw-r--r--kubernetes/sdc/components/sdc-fe/templates/service.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/templates/service.yaml b/kubernetes/sdc/components/sdc-fe/templates/service.yaml
index f899d58971..968a09c77e 100644
--- a/kubernetes/sdc/components/sdc-fe/templates/service.yaml
+++ b/kubernetes/sdc/components/sdc-fe/templates/service.yaml
@@ -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 }}