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 9c83a32bcaec80091378b79e14c6bd734ea7f437..69f6e2ccfaae1f09c297c2424eb543d98b36ac12 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,7 @@ metadata: namespace: {{ .Release.Namespace }} type: Opaque stringData: - pgsql-password: {{ .Values.databases.mysql.password }} + pgsql-password: {{ .Values.databases.pgsql.password }} init.sql: | {{ tpl (.Files.Get "configs/pgsql/init.sql") . | indent 4 }} {{- end }} diff --git a/euler-copilot-helm/chart/witchaind/values.yaml b/euler-copilot-helm/chart/witchaind/values.yaml index 9ca887d678c9f947fe0ee4aff09d4cbcfc9324d3..c599ee7f5b7cc46d25f7e66ced199c4f1050e4d7 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: "https://witchaind-backend-service-witchaind.euler-copilot.svc.cluster.local:8001/embedding" # [必填] 密钥设置 security: # [必填] CSRF密钥