Skip to content

Commit 55045f2

Browse files
committed
[milvus] fixing discovery with both GRPC and REST hostnames
1 parent 8417aa1 commit 55045f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sources:
1313
- https://github.com/milvus-io/milvus
1414
- https://github.com/zilliztech/milvus-helm/
1515
type: application
16-
version: 1.0.0
16+
version: 1.0.1
1717
appVersion: "2.5.8"
1818
dependencies:
1919
- name: milvus

charts/milvus/templates/discovery-secret.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ metadata:
88
onyxia/discovery: "milvus"
99
type: Opaque
1010
stringData:
11-
MILVUS_SERVER_URI: "https://{{ .Values.ingress.hostname }}:443"
11+
MILVUS_GRPC_URI: "https://{{ .Values.ingress.hostnameGRPC }}"
12+
MILVUS_REST_URI: "https://{{ .Values.ingress.hostnameREST }}"
1213
MILVUS_USERNAME: "root"
1314
MILVUS_PASSWORD: "{{ $password }}"
1415
MILVUS_TOKEN: "root:{{ $password }}"

0 commit comments

Comments
 (0)