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
|
||||
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:
|
||||
- name: jitsi-meet
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in a new issue