helm: Use service.type from Values (#1106)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Christian Simon
2025-12-11 09:32:15 +00:00
committed by GitHub
parent e197486c8c
commit a3006ab407

View File

@@ -44,7 +44,7 @@ spec:
{{- if .Values.ingress.enabled }}
type: ClusterIP
{{- else }}
type: NodePort
type: {{ .Values.service.type }}
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP: