mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
helm: Use service.type from Values (#1106)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -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