Updated Jitsi version to latest stable version #1

Merged
gec merged 18 commits from jitsi-update into main 2023-09-22 09:10:41 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit a92546e0de - Show all commits

View file

@ -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

View file

@ -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"}