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 <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-01 00:03:10 +08:00
parent 19c8a36265
commit 1102dfeb80

View File

@ -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