Chart: change frontend service to type ClusterIP
Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
This commit is contained in:
parent
dd1e6ac152
commit
b70d86b3ce
@ -49,4 +49,6 @@ spec:
|
||||
targetPort: http
|
||||
{{- if .Values.service.ui.nodePort }}
|
||||
nodePort: {{ .Values.service.ui.nodePort }}
|
||||
{{- else }}
|
||||
nodePort: null
|
||||
{{- end }}
|
||||
|
@ -13,8 +13,8 @@ image:
|
||||
|
||||
service:
|
||||
ui:
|
||||
type: LoadBalancer
|
||||
nodePort: ""
|
||||
type: ClusterIP
|
||||
nodePort: null
|
||||
manager:
|
||||
type: ClusterIP
|
||||
nodePort: ""
|
||||
|
Loading…
Reference in New Issue
Block a user