type: LoadBalancer for parrot svc if ingress disabled
Signed-off-by: Mathieu Benoit <mabenoit@microsoft.com>
This commit is contained in:
Родитель
a6eaaf1097
Коммит
38ea76302f
|
@ -14,4 +14,8 @@ spec:
|
|||
targetPort: {{ .Values.service.internalPort }}
|
||||
selector:
|
||||
app: {{ template "fullname" . }}
|
||||
type: ClusterIP
|
||||
{{ if .Values.ingress.enabled }}
|
||||
type: ClusterIP
|
||||
{{ else }}
|
||||
type: LoadBalancer
|
||||
{{ end }}
|
Загрузка…
Ссылка в новой задаче