From d09d4caae4c7a3a79e712918fce62eb038d37a90 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 25 Feb 2025 03:42:31 +0800 Subject: [PATCH] fix(chat): remove redundant mongodbHost configuration from values files Signed-off-by: zhenyus --- freeleaps/helm-pkg/chat/values.alpha.yaml | 1 - freeleaps/helm-pkg/chat/values.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index b05d2fde..fbf42b00 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -52,7 +52,6 @@ chat: serviceApiAccessPort: 8012 mongodbName: freeleaps2 mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ - mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster mongodbPort: 27017 emailFrom: freeleaps@freeleaps.com siteUrlRoot: https://alpha.freeleaps.mathmast.com diff --git a/freeleaps/helm-pkg/chat/values.yaml b/freeleaps/helm-pkg/chat/values.yaml index 26195849..a589c818 100644 --- a/freeleaps/helm-pkg/chat/values.yaml +++ b/freeleaps/helm-pkg/chat/values.yaml @@ -43,8 +43,6 @@ chat: mongodbName: "" # MONGODB_URI mongodbUri: "" - # MONGODB_HOST - mongodbHost: "" # MONGODB_PORT mongodbPort: '' # EMAIL_FROM