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 targetPort: http
{{- if .Values.service.ui.nodePort }} {{- if .Values.service.ui.nodePort }}
nodePort: {{ .Values.service.ui.nodePort }} nodePort: {{ .Values.service.ui.nodePort }}
{{- else }}
nodePort: null
{{- end }} {{- end }}

View File

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