fix jvb-restart
This commit is contained in:
parent
e809a505fb
commit
d067386c89
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ spec:
|
||||||
serviceAccountName: jitsi-meet
|
serviceAccountName: jitsi-meet
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
|
initContainers:
|
||||||
|
- name: wait-for-prosody
|
||||||
|
image: curlimages/curl:latest
|
||||||
|
command: ["/bin/sh","-c"]
|
||||||
|
args: ["while [ $(curl -sw '%{http_code}' http://prosody:5280 -o /dev/null) -ne 200 ]; do sleep 5; echo 'Waiting for the prosody...'; done"]
|
||||||
containers:
|
containers:
|
||||||
- name: jitsi-meet
|
- name: jitsi-meet
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in a new issue