invidious: fix hang on container stop cycle

This commit is contained in:
Rob Watson 2022-05-17 15:54:26 +02:00
parent 5406b52f9a
commit 17509063be
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ spec:
limits:
memory: "256Mi"
cpu: "500m"
lifecycle:
preStop:
exec:
command: ["kill", "-INT", "1"]
livenessProbe:
failureThreshold: 10
httpGet: