Chart: change frontend service to type ClusterIP

Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
This commit is contained in:
meldafrawi 2020-02-27 01:16:36 +02:00 committed by Sheng Yang
parent dd1e6ac152
commit b70d86b3ce
2 changed files with 4 additions and 2 deletions

View File

@ -49,4 +49,6 @@ spec:
targetPort: http
{{- if .Values.service.ui.nodePort }}
nodePort: {{ .Values.service.ui.nodePort }}
{{- else }}
nodePort: null
{{- end }}

View File

@ -13,8 +13,8 @@ image:
service:
ui:
type: LoadBalancer
nodePort: ""
type: ClusterIP
nodePort: null
manager:
type: ClusterIP
nodePort: ""