diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-11-19 11:54:12 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-11-19 12:33:42 +0800 |
commit | 0182bb545c5a8e04c67a8779f9f47ef17e83696d (patch) | |
tree | e366efbfbc6a9eb94c4b521606592bf8a2d13c5f /kubernetes | |
parent | 0b844c9a74e29e2046c96f4635c429eb4dc8d677 (diff) |
Remove plain HTTP endpoint 30280 from Nodeport
Issue-ID: OJSI-139
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I643c4c7a51b05b462d280c903363d2372d3664db
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/msb/charts/msb-iag/templates/service.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kubernetes/msb/charts/msb-iag/templates/service.yaml b/kubernetes/msb/charts/msb-iag/templates/service.yaml index 2055b21392..bc5e661c54 100644 --- a/kubernetes/msb/charts/msb-iag/templates/service.yaml +++ b/kubernetes/msb/charts/msb-iag/templates/service.yaml @@ -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 }} |