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