Remove plain HTTP endpoint 30280 from Nodeport 74/98574/1
authorHuabing Zhao <zhao.huabing@zte.com.cn>
Tue, 19 Nov 2019 03:54:12 +0000 (11:54 +0800)
committerHuabing Zhao <zhao.huabing@zte.com.cn>
Tue, 19 Nov 2019 04:33:42 +0000 (12:33 +0800)
Issue-ID: OJSI-139
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I643c4c7a51b05b462d280c903363d2372d3664db

kubernetes/msb/charts/msb-iag/templates/service.yaml

index 2055b21..bc5e661 100644 (file)
@@ -26,9 +26,6 @@ spec:
   type: {{ .Values.service.type }}
   ports:
     {{if eq .Values.service.type "NodePort" -}}
-    - port: {{ .Values.service.externalPort }}
-      nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
-      name: http-{{ .Values.service.name }}
     - port: {{ .Values.service.externalPortHttps }}
       nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePortHttps }}
       name: https-{{ .Values.service.name }}