mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 10:18:03 +00:00
72311d9b61
adding frontend configmaps and envVars optimizing docker-compose and DockerfIle
11 lines
245 B
YAML
11 lines
245 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: frontend-env-config
|
|
data:
|
|
env-config.js: |
|
|
window.process_env = {
|
|
SUBSTRATE_TELEMETRY_URL: "ws://feed.telemetry.parity-stg.parity.io/feed",
|
|
SUBSTRATE_TELEMETRY_SAMPLE: "",
|
|
}
|