feat(helm): split storageSize into data and log storage parameters (#1018)

This commit is contained in:
LemonDouble
2025-12-06 15:01:49 +09:00
committed by GitHub
parent 0d0edc22be
commit 6ca8945ca7
5 changed files with 10 additions and 7 deletions
+2
View File
@@ -21,6 +21,8 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
| secret.rustfs.access_key | RustFS Access Key ID | `rustfsadmin` |
| secret.rustfs.secret_key | RustFS Secret Key ID | `rustfsadmin` |
| storageclass.name | The name for StorageClass. | `local-path` |
| storageclass.dataStorageSize | The storage size for data PVC. | `256Mi` |
| storageclass.logStorageSize | The storage size for log PVC. | `256Mi` |
| ingress.className | Specify the ingress class, traefik or nginx. | `nginx` |