helm: Use service.type from Values (#1106)
Co-authored-by: houseme <[email protected]>
This commit is contained in:
co-authored by
houseme
parent
e197486c8c
commit
a3006ab407
@@ -44,7 +44,7 @@ spec:
|
||||
{{- if .Values.ingress.enabled }}
|
||||
type: ClusterIP
|
||||
{{- else }}
|
||||
type: NodePort
|
||||
type: {{ .Values.service.type }}
|
||||
sessionAffinity: ClientIP
|
||||
sessionAffinityConfig:
|
||||
clientIP:
|
||||
|
||||
Reference in New Issue
Block a user