diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index d725566..c7171d3 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -69,6 +69,8 @@ spec: env: - name: PUBLIC_URL value: REPLACE_JITSI_FQDN + - name: JICOFO_AUTH_USER + value: focus - name: TZ value: Europe/Berlin - name: JVB_TCP_HARVESTER_DISABLED @@ -93,6 +95,8 @@ spec: env: - name: PUBLIC_URL value: REPLACE_JITSI_FQDN + - name: DOCKER_HOST_ADDRESS + value: REPLACE_JITSI_FQDN - name: JICOFO_AUTH_USER value: focus - name: JVB_TCP_HARVESTER_DISABLED