From 74d2ee9d50fcb23b91f7801a810f5d7e9182ff32 Mon Sep 17 00:00:00 2001 From: zhangyale <1194926515@qq.com> Date: Wed, 20 Nov 2024 04:08:14 +0000 Subject: [PATCH 1/2] update euler-copilot-helm/chart/databases/templates/pgsql/pgsql-secret.yaml. Signed-off-by: zhangyale <1194926515@qq.com> --- .../chart/databases/templates/pgsql/pgsql-secret.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/euler-copilot-helm/chart/databases/templates/pgsql/pgsql-secret.yaml b/euler-copilot-helm/chart/databases/templates/pgsql/pgsql-secret.yaml index 9c83a32b..a3b3c45c 100644 --- a/euler-copilot-helm/chart/databases/templates/pgsql/pgsql-secret.yaml +++ b/euler-copilot-helm/chart/databases/templates/pgsql/pgsql-secret.yaml @@ -6,7 +6,6 @@ metadata: namespace: {{ .Release.Namespace }} type: Opaque stringData: - pgsql-password: {{ .Values.databases.mysql.password }} init.sql: | {{ tpl (.Files.Get "configs/pgsql/init.sql") . | indent 4 }} {{- end }} -- Gitee From abe5cf6ec2bbdf684bd7d5e84e9b14838f4ba65a Mon Sep 17 00:00:00 2001 From: zhangyale <1194926515@qq.com> Date: Wed, 20 Nov 2024 04:09:50 +0000 Subject: [PATCH 2/2] update euler-copilot-helm/chart/witchaind/values.yaml. Signed-off-by: zhangyale <1194926515@qq.com> --- euler-copilot-helm/chart/witchaind/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/euler-copilot-helm/chart/witchaind/values.yaml b/euler-copilot-helm/chart/witchaind/values.yaml index 9ca887d6..cfb354c0 100644 --- a/euler-copilot-helm/chart/witchaind/values.yaml +++ b/euler-copilot-helm/chart/witchaind/values.yaml @@ -11,7 +11,7 @@ globals: # [必填] Postgresql设置 pgsql: # [必填] 主机 - host: "pgsql-service.euler-copilot.svc.cluster.local" + host: "pgsql-db-databases.euler-copilot.svc.cluster.local" # [必填] 端口 port: 5432 # [必填] 用户 @@ -134,7 +134,7 @@ witchaind: # 当类型为nodePort时,填写主机的端口号 nodePort: # [必填] Embedding模型URL - embedding: "https://60.204.250.91:8001/embedding" + embedding: "http://witchaind-backend-service-witchaind.euler-copilot.svc.cluster.local:8001/embedding" # [必填] 密钥设置 security: # [必填] CSRF密钥 -- Gitee