From 7cb68603f0ac9bcecc116676f13206897f4deab6 Mon Sep 17 00:00:00 2001 From: Uwe Koloska Date: Fri, 9 Apr 2021 21:07:45 +0200 Subject: [PATCH] video: Add missing variable for docker container fixes #53 --- team-video/templates/deploy_prosody.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/team-video/templates/deploy_prosody.yaml b/team-video/templates/deploy_prosody.yaml index 69da902..9cc5628 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: PUBLIC_URL + value: "https://{{ .Values.app.name }}.{{ .Values.app.domain }}"