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:
parent
19c8a36265
commit
1102dfeb80
@ -72,7 +72,7 @@ env:
|
|||||||
reconcileInterval: '30'
|
reconcileInterval: '30'
|
||||||
allowHttpGitUrls: 'false'
|
allowHttpGitUrls: 'false'
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: freeleaps-alpha-rabbitmq-cluster.freeleaps-alpha.svc.freeleaps.cluster
|
host: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||||
port: '5672'
|
port: '5672'
|
||||||
vhost: /
|
vhost: /
|
||||||
inputQueue: freeleaps.devops.reconciler.input
|
inputQueue: freeleaps.devops.reconciler.input
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user