From b575df40e65ed49731ca39dab34c319a0a82a6cf Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Wed, 17 Apr 2019 16:30:14 -0500 Subject: [PATCH] Update mq queue mirror directive to match vhost Updates the definition for queue mirroring to use the same vhost as the queue itself is defined to be. Change-Id: Ibb631d7adb237fa17c5e853a9e9e35297a525782 --- charts/shipyard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index 9cc67bf3..9435faf0 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -354,7 +354,7 @@ conf: rabbitmq: # adding rmq policy to mirror messages from celery queues policies: - - vhost: "/" + - vhost: "airflow" name: "ha_celery" definition: ha-mode: "all"