invidious: fix hang on container stop cycle
This commit is contained in:
parent
5406b52f9a
commit
17509063be
|
@ -93,6 +93,10 @@ spec:
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
lifecycle:
|
||||||
|
preStop:
|
||||||
|
exec:
|
||||||
|
command: ["kill", "-INT", "1"]
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in New Issue