|
|
@@ -151,7 +151,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
|
|
| `persistence.storageClass` | Storage class name of PVC | `nil` |
|
|
|
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` |
|
|
|
| `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
|
|
-| `resources.requests.memory` | Memory resource requests | Memory: `4Gi` |
|
|
|
| `tls.enabled` | Enable TLS for MinIO server | `false` |
|
|
|
| `tls.certSecret` | Kubernetes Secret with `public.crt` and `private.key` files. | `""` |
|
|
|
| `environment` | Set MinIO server relevant environment variables in `values.yaml` file. MinIO containers will be passed these variables when they start. | `MINIO_STORAGE_CLASS_STANDARD: EC:4"` |
|