diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 5189eb1..df07d91 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -67,7 +67,7 @@ spec: hardware: rpi5 containers: - name: atlasbot - image: registry.bstein.dev/bstein/atlasbot:0.1.0-43 + image: registry.bstein.dev/bstein/atlasbot:0.1.0-44 command: ["/bin/sh","-c"] args: - | @@ -114,6 +114,8 @@ spec: value: "8090" - name: ATLASBOT_QUEUE_ENABLED value: "true" + - name: ATLASBOT_DEBUG_PIPELINE + value: "true" - name: ATLASBOT_NATS_URL value: nats://nats.nats.svc.cluster.local:4222 - name: ATLASBOT_NATS_STREAM