Skip to content
Snippets Groups Projects
Commit abc57dca authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Moves Jitsi_Domain to a custom conf.

parent 4a8c460c
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,8 @@ spec:
name: ${FQDN}-app
- configMapRef:
name: ${FQDN}-config
- configMapRef:
name: ${FQDN}-config-custom
image: libresh/rocketchat:3.17.2
imagePullPolicy: IfNotPresent
name: app
......@@ -198,6 +200,13 @@ spec:
secretName: ${FQDN}-tls
---
kind: ConfigMap
metadata:
name: ${FQDN}-config-custom
apiVersion: v1
data:
OVERWRITE_SETTING_Jitsi_Domain: meet.liiib.re
---
kind: ConfigMap
metadata:
name: ${FQDN}-config
apiVersion: v1
......@@ -222,8 +231,7 @@ data:
OVERWRITE_SETTING_FileUpload_Storage_Type: AmazonS3
# Jitsi
OVERWRITE_SETTING_Jitsi_Enabled: 'true'
Jitsi_Domain: meet.liiib.re
Jitsi_URL_Room_Prefix: ${NS}
OVERWRITE_SETTING_Jitsi_URL_Room_Prefix: ${NS}
OVERWRITE_SETTING_Jitsi_URL_Room_Hash: 'true'
OVERWRITE_SETTING_Jitsi_SSL: 'true'
OVERWRITE_SETTING_Jitsi_Open_New_Window: 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment