Skip to content

Commit

Permalink
feat(minIO): change distributed mode (#1055)
Browse files Browse the repository at this point in the history
Because

we might need to scale minIO up in the future.

This commit

make minIO in distributed mode
  • Loading branch information
Yougigun authored Jul 30, 2024
1 parent 621cdc7 commit 2cce230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1548,9 +1548,9 @@ milvus:
# https://github.com/zilliztech/milvus-helm/blob/adc5c36dbb417fb259c81535b9b623861fe3f14f/charts/milvus/values.yaml#L485C9-L485C85
# ref: https://github.com/zilliztech/milvus-helm/blob/master/charts/minio/README.md
minio:
mode: standalone
mode: distributed
nodeSelector: {}
replicas: 1
replicas: 2
persistence:
size: 50Gi
etcd:
Expand Down

0 comments on commit 2cce230

Please sign in to comment.