We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e87025 commit c48fcb3Copy full SHA for c48fcb3
1 file changed
addons/minio/2023/chart/minio/values.yaml
@@ -196,14 +196,14 @@ statefulset:
196
podManagementPolicy: Parallel
197
## @param statefulset.replicaCount Number of pods per zone (only for MinIO® distributed mode). Should be even and `>= 4`
198
##
199
- replicaCount: 3
+ replicaCount: 4
200
201
## @param statefulset.zones Number of zones (only for MinIO® distributed mode)
202
203
zones: 1
204
## @param statefulset.drivesPerNode Number of drives attached to every node (only for MinIO® distributed mode)
205
206
- drivesPerNode: 4
+ drivesPerNode: 1
207
208
## MinIO® provisioning
209
0 commit comments