Add WEBSOCKET_URL env to yaml

This commit is contained in:
Alberto Soutullo
2025-06-30 19:03:37 +02:00
parent 877d0a4156
commit fdb544d2f5

View File

@@ -78,6 +78,9 @@ spec:
failureThreshold: 120
- name: status-subscriber
image: soutullostatus/status-subscriber:v1.0.0
env:
- name: WEBSOCKET_URL
value: "ws://localhost:3333/signals"
volumes:
- name: relay-config
emptyDir: {}