atlasbot: enable debug pipeline logging

This commit is contained in:
Brad Stein 2026-01-31 16:29:46 -03:00
parent ce39b3ae98
commit d1f06aeb1b

View File

@ -67,7 +67,7 @@ spec:
hardware: rpi5 hardware: rpi5
containers: containers:
- name: atlasbot - 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"] command: ["/bin/sh","-c"]
args: args:
- | - |
@ -114,6 +114,8 @@ spec:
value: "8090" value: "8090"
- name: ATLASBOT_QUEUE_ENABLED - name: ATLASBOT_QUEUE_ENABLED
value: "true" value: "true"
- name: ATLASBOT_DEBUG_PIPELINE
value: "true"
- name: ATLASBOT_NATS_URL - name: ATLASBOT_NATS_URL
value: nats://nats.nats.svc.cluster.local:4222 value: nats://nats.nats.svc.cluster.local:4222
- name: ATLASBOT_NATS_STREAM - name: ATLASBOT_NATS_STREAM