From fe3a595d6ccd8f0c99b980bf218fb0b68abcfe37 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 22 Sep 2023 08:11:17 +0200 Subject: [PATCH 1/2] removed todo --- src/main/resources/jitsi/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index c9de022..2fa7ba3 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -116,7 +116,6 @@ spec: value: jvb - name: JVB_PORT value: "30300" - #TODO: Why is this port different from the default? - name: JVB_AUTH_PASSWORD valueFrom: secretKeyRef: From 5cbab38b07e56a029021e2d92c9eeb86427e83f8 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 22 Sep 2023 08:43:43 +0200 Subject: [PATCH 2/2] remove todo --- src/main/resources/jitsi/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index 2fa7ba3..8be2809 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -40,7 +40,6 @@ spec: image: jitsi/prosody:stable-8922-1 imagePullPolicy: IfNotPresent env: - # TODO: is this public_url for prosody necessary? - name: PUBLIC_URL value: REPLACE_JITSI_FQDN - name: XMPP_SERVER