Skip to content

Commit

Permalink
chore(milvus): add toggele on milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Jun 5, 2024
1 parent c9d27b6 commit c149339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- name: milvus
repository: https://zilliztech.github.io/milvus-helm/
version: 4.1.30
condition: artifactBackend.enabled
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm/
version: 1.1.1
Expand Down
8 changes: 4 additions & 4 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ modelBackend:
maxUnavailable:
# -- The configuration of artifact-backend
artifactBackend:
# -- Enable artifact-backend deployment
# -- Enable artifact-backend deployment and milvus(and also minIO in milvus chart ) dependency
enabled: true
# -- The image of artifact-backend
image:
Expand Down Expand Up @@ -1497,10 +1497,10 @@ milvus:
log:
level: "info"
file:
maxSize: 10 # MB
maxAge: 12 # day
maxSize: 10 # MB
maxAge: 12 # day
maxBackups: 2
format: "json" # text/json
format: "json" # text/json
cluster:
enabled: true
rootCoordinator:
Expand Down

0 comments on commit c149339

Please sign in to comment.