From a3006ab407dd74c066efc4a4f44e8594958cb3cd Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Thu, 11 Dec 2025 09:32:15 +0000 Subject: [PATCH] helm: Use service.type from Values (#1106) Co-authored-by: houseme --- helm/rustfs/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/rustfs/templates/service.yaml b/helm/rustfs/templates/service.yaml index 3275a822..3e8d315a 100644 --- a/helm/rustfs/templates/service.yaml +++ b/helm/rustfs/templates/service.yaml @@ -44,7 +44,7 @@ spec: {{- if .Values.ingress.enabled }} type: ClusterIP {{- else }} - type: NodePort + type: {{ .Values.service.type }} sessionAffinity: ClientIP sessionAffinityConfig: clientIP: