|
@@ -142,7 +142,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
|
|
| `certsPath` | Default certs path location | `/etc/minio/certs` |
|
|
| `certsPath` | Default certs path location | `/etc/minio/certs` |
|
|
|
| `mountPath` | Default mount location for persistent drive | `/export` |
|
|
| `mountPath` | Default mount location for persistent drive | `/export` |
|
|
|
| `bucketRoot` | Directory from where minio should serve buckets. | Value of `.mountPath` |
|
|
| `bucketRoot` | Directory from where minio should serve buckets. | Value of `.mountPath` |
|
|
|
-| `clusterDomain` | domain name of kubernetes cluster where pod is running. | `cluster.local` |
|
|
|
|
|
| `service.type` | Kubernetes service type | `ClusterIP` |
|
|
| `service.type` | Kubernetes service type | `ClusterIP` |
|
|
|
| `service.port` | Kubernetes port where service is exposed | `9000` |
|
|
| `service.port` | Kubernetes port where service is exposed | `9000` |
|
|
|
| `service.externalIPs` | service external IP addresses | `nil` |
|
|
| `service.externalIPs` | service external IP addresses | `nil` |
|
|
@@ -154,10 +153,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
|
|
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` |
|
|
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` |
|
|
|
| `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
|
| `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
|
|
| `resources.requests.memory` | Memory resource requests | Memory: `4Gi` |
|
|
| `resources.requests.memory` | Memory resource requests | Memory: `4Gi` |
|
|
|
-| `securityContext.enabled` | Enable to run containers as non-root. NOTE: if `persistence.enabled=false` then securityContext will be automatically disabled | `true` |
|
|
|
|
|
-| `securityContext.runAsUser` | User id of the user for the container | `1000` |
|
|
|
|
|
-| `securityContext.runAsGroup` | Group id of the user for the container | `1000` |
|
|
|
|
|
-| `securityContext.fsGroup` | Group id of the persistent volume mount for the container | `1000` |
|
|
|
|
|
| `tls.enabled` | Enable TLS for MinIO server | `false` |
|
|
| `tls.enabled` | Enable TLS for MinIO server | `false` |
|
|
|
| `tls.certSecret` | Kubernetes Secret with `public.crt` and `private.key` files. | `""` |
|
|
| `tls.certSecret` | Kubernetes Secret with `public.crt` and `private.key` files. | `""` |
|
|
|
| `defaultBucket.enabled` | If set to true, a bucket will be created after MinIO install | `false` |
|
|
| `defaultBucket.enabled` | If set to true, a bucket will be created after MinIO install | `false` |
|