Introduce named volumes in Helm chart (#6972)

This commit is contained in:
Andrei Kvapil
2025-07-14 20:00:02 +02:00
committed by GitHub
parent a51d993aa9
commit 660941138b
12 changed files with 325 additions and 265 deletions

View File

@@ -48,7 +48,8 @@ spec:
{{ tpl .Values.s3.affinity . | nindent 8 | trim }}
{{- end }}
{{- if .Values.s3.topologySpreadConstraints }}
{{- include "seaweedfs.topologySpreadConstraints" (dict "Values" .Values "component" "s3") | nindent 6 }}
topologySpreadConstraints:
{{ tpl .Values.s3.topologySpreadConstraints . | nindent 8 | trim }}
{{- end }}
{{- if .Values.s3.tolerations }}
tolerations: