messaging-bridges: connect to rabbit through the proxies
This provides failover and also fixes the hostname verify problem
This commit is contained in:
parent
6546fb9fa9
commit
3b90823bb7
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ metadata:
|
|||
app: messaging-bridges
|
||||
data:
|
||||
config.toml: |-
|
||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
publish_exchange = "amq.topic"
|
||||
passive_declares = true
|
||||
|
||||
|
@ -45,7 +45,7 @@ data:
|
|||
level = "WARNING"
|
||||
handlers = ["console"]
|
||||
amqp-to-zmq.toml: |-
|
||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
publish_exchange = "amq.topic"
|
||||
passive_declares = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue