Add a readiness probe for the Funkwhale container
This commit is contained in:
parent
e452d21d3b
commit
0c193ff1d1
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ spec:
|
|||
sed -e 's!0.0.0.0:5000!unix:/run/funkwhale/funkwhale.sock!' -i compose/django/server.sh
|
||||
compose/django/entrypoint.sh compose/django/server.sh
|
||||
fi
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- stat
|
||||
- /run/funkwhale/funkwhale.sock
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "funkwhale.fullname" . }}
|
||||
|
|
Loading…
Reference in a new issue