From 4e92168abf1df921872ae75eeb6d17c63983ab99 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 31 Jan 2026 18:21:39 -0300 Subject: [PATCH] comms: disable atlasbot queue for tests --- services/comms/atlasbot-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index cbf53f6..03b9168 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -113,7 +113,7 @@ spec: - name: ATLASBOT_HTTP_PORT value: "8090" - name: ATLASBOT_QUEUE_ENABLED - value: "true" + value: "false" - name: ATLASBOT_DEBUG_PIPELINE value: "true" - name: ATLASBOT_NATS_URL