From 1102dfeb80477f698f38c0736f4fd78cbcef66ee Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 1 Aug 2025 00:03:10 +0800 Subject: [PATCH] fix(reconciler): update RabbitMQ host in values.alpha.yaml - Changed the RabbitMQ host from 'freeleaps-alpha-rabbitmq-cluster' to 'freeleaps-alpha-rabbitmq' to reflect the correct service name. - This update ensures proper connectivity to the RabbitMQ service in the alpha environment. Signed-off-by: zhenyus --- .../helm-pkg/reconciler/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 3360f42d..c0d67846 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -72,7 +72,7 @@ env: reconcileInterval: '30' allowHttpGitUrls: 'false' rabbitmq: - host: freeleaps-alpha-rabbitmq-cluster.freeleaps-alpha.svc.freeleaps.cluster + host: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster port: '5672' vhost: / inputQueue: freeleaps.devops.reconciler.input