fix(qbittorrent): increase timeout and failure threshold for the vpn healthcheck
This commit is contained in:
parent
17d3d5a348
commit
1d3bfa70a7
|
@ -73,8 +73,8 @@ spec:
|
||||||
- ping -c 1 google.com
|
- ping -c 1 google.com
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
failureThreshold: 3
|
failureThreshold: 5
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 15
|
||||||
|
|
||||||
port-manager:
|
port-manager:
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in New Issue