fix jvb-restart

This commit is contained in:
Michael Jerger 2025-03-07 09:56:26 +01:00
parent e809a505fb
commit d067386c89

View file

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