parent
602fd58929
commit
b0872b5b57
2 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@ BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
|
||||||
BLOB_STORE_BUCKET = "the-extensions-bucket"
|
BLOB_STORE_BUCKET = "the-extensions-bucket"
|
||||||
BLOB_STORE_URL = "http://127.0.0.1:9000"
|
BLOB_STORE_URL = "http://127.0.0.1:9000"
|
||||||
BLOB_STORE_REGION = "the-region"
|
BLOB_STORE_REGION = "the-region"
|
||||||
ZED_CLIENT_CHECKSUM_SEED = "development-client-checksum-seed"
|
ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed"
|
||||||
|
|
||||||
CLICKHOUSE_URL = "http://localhost:8123"
|
CLICKHOUSE_URL = "http://localhost:8123"
|
||||||
CLICKHOUSE_USER = ""
|
CLICKHOUSE_USER = ""
|
||||||
|
|
|
@ -90,6 +90,11 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: api
|
name: api
|
||||||
key: token
|
key: token
|
||||||
|
- name: ZED_CLIENT_CHECKSUM_SEED
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: zed-client
|
||||||
|
key: checksum-seed
|
||||||
- name: LIVE_KIT_SERVER
|
- name: LIVE_KIT_SERVER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue