From a92546e0deea84c672dcef6f518b79e6e58a9928 Mon Sep 17 00:00:00 2001 From: Clemens Date: Thu, 21 Sep 2023 07:54:28 +0200 Subject: [PATCH] fix tests --- src/main/resources/jitsi/deployment.yaml | 1 + src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index bc97561..c9de022 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -40,6 +40,7 @@ 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 diff --git a/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc b/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc index 24d8aee..5145f1d 100644 --- a/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc +++ b/src/test/cljc/dda/c4k_jitsi/jitsi_test.cljc @@ -32,8 +32,8 @@ :image "jitsi/prosody:stable-8922-1", :imagePullPolicy "IfNotPresent", :env - [{:name "XMPP_SERVER", :value "localhost"} - {:name "JVB_AUTH_USER", :value "jvb"} + [{:name "PUBLIC_URL", :value "xy.xy.xy"} + {:name "XMPP_SERVER", :value "localhost"} {:name "JICOFO_COMPONENT_SECRET", :valueFrom {:secretKeyRef {:name "jitsi-config", :key "JICOFO_COMPONENT_SECRET"}}} {:name "JVB_AUTH_USER", :value "jvb"}