feat: Helm chart support extra volumes (#2982)

This commit is contained in:
CptOfEvilMinions
2026-06-01 03:52:35 -05:00
committed by GitHub
parent f3bd838925
commit e91e513ab3
5 changed files with 91 additions and 1 deletions
+2
View File
@@ -56,6 +56,8 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
| config.rustfs.kms.vault.vault_mount_path | string | `"transit"`| The vault mount path, only works if `vault_backend` equals `vault-transit` . |
| config.rustfs.kms.vault.default_key | string | `"transit"`| The master key id for RustFS. |
| extraEnv | map | `[]` | Extra environment variables for RustFS container. |
| extraVolumes | list | `[]` | Extra volumes to add to the pod spec. Supported in both standalone (Deployment) and distributed (StatefulSet) modes. |
| extraVolumeMounts | list | `[]` | Extra volume mounts to add to the RustFS container. Supported in both standalone (Deployment) and distributed (StatefulSet) modes. |
| containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
| containerSecurityContext.readOnlyRootFilesystem | bool | `true` | |
| containerSecurityContext.runAsNonRoot | bool | `true` | |