add ec environment variables in helm chart (#2290)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
majinghe
2026-03-27 09:40:30 +08:00
committed by GitHub
parent 0779036535
commit 14e4d94666
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
| config.rustfs.address | string | `":9000"` | |
| config.rustfs.console_address | string | `":9001"` | |
| config.rustfs.console_enable | string | `"true"` | |
| config.rustfs.domains | string | `""` | Enable virtual host mode. |
| config.rustfs.ec.storage_class_standard | string | `EC:4` | Standard storage class environment variable. |
| config.rustfs.log_level | string | `"info"` | |
| config.rustfs.obs_environment | string | `"development"` | |
| config.rustfs.obs_log_directory | string | `"/logs"` | |