mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 23:47:28 +00:00
add ec environment variables in helm chart (#2290)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -82,3 +82,9 @@ data:
|
||||
RUSTFS_SCANNER_IDLE_MODE: {{ .idle_mode | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.mode.distributed.enabled }}
|
||||
{{- with .Values.config.rustfs.ec }}
|
||||
RUSTFS_ERASURE_SET_DRIVE_COUNT: {{ 16 | quote }}
|
||||
RUSTFS_STORAGE_CLASS_STANDARD: {{ .storage_class_standard | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user