From 3693e1181165710e8bf5b82074e4169059f5cd39 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Thu, 16 Apr 2026 15:09:27 -0500 Subject: [PATCH] fix vhost --- ops/chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 949ecb8..7b6d908 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -148,6 +148,7 @@ rawResources: name: policy_service.events.quote_received type: topic durable: true + vhost: "application" rabbitmqClusterReference: name: rabbitmq namespace: rabbitmq @@ -162,6 +163,7 @@ rawResources: name: policy_service.events.policy_issued type: topic durable: true + vhost: "application" rabbitmqClusterReference: name: rabbitmq namespace: rabbitmq