Skip to content

Commit

Permalink
Turn on tls enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Du committed Oct 8, 2023
1 parent 787c7d7 commit 3b0cad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.3.1"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.1.4
version: 4.1.5
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ proxy:
enabled: false
# Mount a TLS secret into proxy pod
tls:
enabled: false
enabled: true
secretName: milvus-tls
#expecting base64 encoded values here: i.e. $(cat tls.crt | base64 -w 0) and $(cat tls.key | base64 -w 0)
key:
Expand Down

0 comments on commit 3b0cad7

Please sign in to comment.