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
|
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 }}
|
||||||
|
@ -13,8 +13,8 @@ image:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
ui:
|
ui:
|
||||||
type: LoadBalancer
|
type: ClusterIP
|
||||||
nodePort: ""
|
nodePort: null
|
||||||
manager:
|
manager:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
nodePort: ""
|
nodePort: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user