From 44d72c446fa9ea9cad6f6246fa1d3995bf1868b3 Mon Sep 17 00:00:00 2001 From: Dallas98 <990259227@qq.com> Date: Wed, 10 Dec 2025 18:27:58 +0800 Subject: [PATCH] feat(milvus): update Milvus configuration to use URI and remove deprecated host/port settings --- .../helm/datamate/charts/backend/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/helm/datamate/charts/backend/templates/deployment.yaml b/deployment/helm/datamate/charts/backend/templates/deployment.yaml index 116713a..cfed2e4 100644 --- a/deployment/helm/datamate/charts/backend/templates/deployment.yaml +++ b/deployment/helm/datamate/charts/backend/templates/deployment.yaml @@ -60,8 +60,6 @@ spec: env: {{- toYaml . | nindent 12 }} {{- end }} - - name: datamate.rag.milvus-uri - value: {{ .Values.milvus.uri | default "http://milvus:19530" | quote }} {{- with .Values.volumeMounts }} volumeMounts: {{- toYaml . | nindent 12 }}