Set INVITE_LINK_PREFIX in K8s

This commit is contained in:
Nathan Sobo 2022-05-23 15:49:51 -06:00
parent d8dbbf1c05
commit 4b8f24c84e
3 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
ZED_ENVIRONMENT=production
RUST_LOG=info,rpc=debug
INVITE_LINK_PREFIX=https://zed.dev/invites/

View file

@ -1,2 +1,3 @@
ZED_ENVIRONMENT=staging
RUST_LOG=info,rpc=debug
INVITE_LINK_PREFIX=https://staging.zed.dev/invites/

View file

@ -81,6 +81,8 @@ spec:
secretKeyRef:
name: api
key: token
- name: INVITE_LINK_PREFIX
value: ${INVITE_LINK_PREFIX}
- name: RUST_LOG
value: ${RUST_LOG}
- name: LOG_JSON