mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-24 07:45:42 +00:00
pass the feed URL via env var rather than config map so that standalone Docker usage is simplified
This commit is contained in:
+4
-1
@@ -26,7 +26,10 @@ fullnameOverride: ""
|
||||
envVars:
|
||||
shard: {}
|
||||
core: {}
|
||||
frontend: {}
|
||||
frontend:
|
||||
# The frontend docker container makes this available to the UI,
|
||||
# so that it knows where to look for feed information:
|
||||
SUBSTRATE_TELEMETRY_URL: wss://feed.telemetry.parity-stg.parity.io/feed
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user