fix tests

This commit is contained in:
Clemens 2023-09-21 07:54:28 +02:00
parent 45a5fab779
commit a92546e0de
2 changed files with 3 additions and 2 deletions

View file

@ -40,6 +40,7 @@ spec:
image: jitsi/prosody:stable-8922-1 image: jitsi/prosody:stable-8922-1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
# TODO: is this public_url for prosody necessary?
- name: PUBLIC_URL - name: PUBLIC_URL
value: REPLACE_JITSI_FQDN value: REPLACE_JITSI_FQDN
- name: XMPP_SERVER - name: XMPP_SERVER

View file

@ -32,8 +32,8 @@
:image "jitsi/prosody:stable-8922-1", :image "jitsi/prosody:stable-8922-1",
:imagePullPolicy "IfNotPresent", :imagePullPolicy "IfNotPresent",
:env :env
[{:name "XMPP_SERVER", :value "localhost"} [{:name "PUBLIC_URL", :value "xy.xy.xy"}
{:name "JVB_AUTH_USER", :value "jvb"} {:name "XMPP_SERVER", :value "localhost"}
{:name "JICOFO_COMPONENT_SECRET", {:name "JICOFO_COMPONENT_SECRET",
:valueFrom {:secretKeyRef {:name "jitsi-config", :key "JICOFO_COMPONENT_SECRET"}}} :valueFrom {:secretKeyRef {:name "jitsi-config", :key "JICOFO_COMPONENT_SECRET"}}}
{:name "JVB_AUTH_USER", :value "jvb"} {:name "JVB_AUTH_USER", :value "jvb"}