Skip to content

Commit

Permalink
<fix>: Add child Chart MinIO configuration to Milvus level
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Yanfeng <[email protected]>
  • Loading branch information
wyfeng001 committed Jan 9, 2024
1 parent 2d2bbea commit 3f71603
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,13 @@ minio:
requests:
memory: 2Gi

tls:
enabled: false
## Create a secret with private.key and public.crt files and pass that here. Ref: https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
certSecret: ""
publicCrt: public.crt
privateKey: private.key

gcsgateway:
enabled: false
replicas: 1
Expand Down

0 comments on commit 3f71603

Please sign in to comment.