From 04480347c89a69836b5be2f1cf14cbfb2429e6cc Mon Sep 17 00:00:00 2001 From: efiacor Date: Mon, 25 Apr 2022 16:40:24 +0100 Subject: [SDC] Remove http nodePort Removing http nodePort Signed-off-by: efiacor Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8 Issue-ID: OOM-2966 --- kubernetes/sdc/components/sdc-fe/templates/service.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'kubernetes/sdc/components/sdc-fe/templates/service.yaml') 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 }} -- cgit 1.2.3-korg