mirror of
https://github.com/vacp2p/status-benchmarks.git
synced 2026-01-08 06:04:02 -05:00
Add WEBSOCKET_URL env to yaml
This commit is contained in:
@@ -78,6 +78,9 @@ spec:
|
|||||||
failureThreshold: 120
|
failureThreshold: 120
|
||||||
- name: status-subscriber
|
- name: status-subscriber
|
||||||
image: soutullostatus/status-subscriber:v1.0.0
|
image: soutullostatus/status-subscriber:v1.0.0
|
||||||
|
env:
|
||||||
|
- name: WEBSOCKET_URL
|
||||||
|
value: "ws://localhost:3333/signals"
|
||||||
volumes:
|
volumes:
|
||||||
- name: relay-config
|
- name: relay-config
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user