From c8d8ea2dafaca2cc7eca048143f251c6d03e4d09 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 24 Feb 2025 02:12:46 +0800 Subject: [PATCH] fix(notification): update RabbitMQ configuration to include username, password, and virtual host Signed-off-by: zhenyus --- freeleaps/helm-pkg/notification/values.alpha.yaml | 5 ++++- freeleaps/helm-pkg/notification/values.yaml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index f6b8969e..3a0e50c6 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -50,8 +50,11 @@ notification: appName: notification serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8003 - rabbitmqHost: amqp://user:AbBf8D5HJB1BDzRw@freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster:5672/%2F + rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 + rabbitmqUsername: "user" + rabbitmqPassword: "AbBf8D5HJB1BDzRw" + rabbitmqVritualHost: "/" systemUserId: 117f191e810c19729de860aa smsFrom: '+16898887156' emailFrom: freeleaps@freeleaps.com diff --git a/freeleaps/helm-pkg/notification/values.yaml b/freeleaps/helm-pkg/notification/values.yaml index 1f27dfcb..32faeb59 100644 --- a/freeleaps/helm-pkg/notification/values.yaml +++ b/freeleaps/helm-pkg/notification/values.yaml @@ -43,6 +43,12 @@ notification: rabbitmqHost: "" # RABBITMQ_PORT rabbitmqPort: "" + # RABBITMQ_USERNAME + rabbitmqUsername: "" + # RABBITMQ_PASSWORD + rabbitmqPassword: "" + # RABBITMQ_VRITUAL_HOST + rabbitmqVritualHost: "" # SYSTEM_USER_ID systemUserId: "" # SMS_FROM