diff --git a/team-video/templates/deploy_prosody.yaml b/team-video/templates/deploy_prosody.yaml index 69da902..e84c10a 100644 --- a/team-video/templates/deploy_prosody.yaml +++ b/team-video/templates/deploy_prosody.yaml @@ -71,4 +71,6 @@ spec: - name: XMPP_INTERNAL_MUC_DOMAIN value: internal-muc.{{ .Values.app.name }}.{{ .Values.app.domain }} - name: TZ - value: Europe/Paris \ No newline at end of file + value: Europe/Paris + - name: ENABLE_LOBBY + value: "{{ .Values.enableLobby | ternary 1 0 }}" diff --git a/team-video/values.yaml b/team-video/values.yaml index 9f4c3d8..41f3c65 100644 --- a/team-video/values.yaml +++ b/team-video/values.yaml @@ -13,6 +13,7 @@ auth: logLevel: "info" hideWelcomePage: true +enableLobby: true stun: server: