Skip to content

Commit

Permalink
video: Add missing variable for docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
kolewu committed Apr 9, 2021
1 parent c6374e4 commit 7cb6860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion team-video/templates/deploy_prosody.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ spec:
- name: XMPP_INTERNAL_MUC_DOMAIN
value: internal-muc.{{ .Values.app.name }}.{{ .Values.app.domain }}
- name: TZ
value: Europe/Paris
value: Europe/Paris
- name: PUBLIC_URL
value: "https://{{ .Values.app.name }}.{{ .Values.app.domain }}"

0 comments on commit 7cb6860

Please sign in to comment.