use exchange to ensure queue
This commit is contained in:
parent
1bc83b5f44
commit
acbe5ceb06
@ -81,6 +81,12 @@ devops:
|
||||
rabbitmqVirtualHost: /
|
||||
rabbitmqOutputQueueName: freeleaps.devops.reconciler.output
|
||||
rabbitmqInputQueueName: freeleaps.devops.reconciler.input
|
||||
rabbitmqEnableExchangeBinding: 'true'
|
||||
rabbitmqInputExchange: freeleaps.notification.exchange
|
||||
rabbitmqInputExchangeType: direct
|
||||
rabbitmqInputRoutingKey: freeleaps.devops.reconciler.input
|
||||
rabbitmqOutputExchange: freeleaps.notification.exchange
|
||||
rabbitmqOutputRoutingKey: freeleaps.devops.reconciler.output
|
||||
secrets:
|
||||
secretStoreRef:
|
||||
kind: FreeleapsSecretStore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user