mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Added secret_key env var to kube rc
This commit is contained in:
@@ -98,6 +98,8 @@ spec:
|
|||||||
value: "example.com"
|
value: "example.com"
|
||||||
- name: ZULIP_USER_PASS
|
- name: ZULIP_USER_PASS
|
||||||
value: "123456789"
|
value: "123456789"
|
||||||
|
- name: SECRETS_secret_key
|
||||||
|
value: "REPLCAE_WITH_SECURE_SECRET_KEY"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user