fix tests
This commit is contained in:
parent
45a5fab779
commit
a92546e0de
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue