Skip to content

Commit c48fcb3

Browse files
committed
chore(minio): change replicaCount drivesPerNode
1 parent 8e87025 commit c48fcb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addons/minio/2023/chart/minio/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ statefulset:
196196
podManagementPolicy: Parallel
197197
## @param statefulset.replicaCount Number of pods per zone (only for MinIO® distributed mode). Should be even and `>= 4`
198198
##
199-
replicaCount: 3
199+
replicaCount: 4
200200

201201
## @param statefulset.zones Number of zones (only for MinIO® distributed mode)
202202
##
203203
zones: 1
204204
## @param statefulset.drivesPerNode Number of drives attached to every node (only for MinIO® distributed mode)
205205
##
206-
drivesPerNode: 4
206+
drivesPerNode: 1
207207

208208
## MinIO® provisioning
209209
##

0 commit comments

Comments
 (0)