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
|
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
|
compose/django/entrypoint.sh compose/django/server.sh
|
||||||
fi
|
fi
|
||||||
|
readinessProbe:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- stat
|
||||||
|
- /run/funkwhale/funkwhale.sock
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "funkwhale.fullname" . }}
|
name: {{ include "funkwhale.fullname" . }}
|
||||||
|
|
Loading…
Reference in a new issue