fix: increase failureThreshold for livenessProbe in Gluetun and qBittorrent deployments
Some checks failed
validate / lint (push) Failing after 0s
Some checks failed
validate / lint (push) Failing after 0s
This commit is contained in:
parent
bcc697db7e
commit
d31f85f4b3
@ -59,7 +59,7 @@ spec:
|
||||
- /gluetun-entrypoint
|
||||
- healthcheck
|
||||
periodSeconds: 10
|
||||
failureThreshold: 18
|
||||
failureThreshold: 60
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
||||
@ -33,8 +33,8 @@ spec:
|
||||
- name: VPN_TYPE
|
||||
value: openvpn
|
||||
- name: SERVER_REGIONS
|
||||
value: Singapore
|
||||
# value: US Seattle,US Oregon,US Silicon Valley
|
||||
# value: Singapore,South Korea,Taiwan,Hong Kong
|
||||
value: US Seattle,US Oregon,US Silicon Valley
|
||||
- name: OPENVPN_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@ -74,7 +74,7 @@ spec:
|
||||
- /gluetun-entrypoint
|
||||
- healthcheck
|
||||
periodSeconds: 10
|
||||
failureThreshold: 18
|
||||
failureThreshold: 60
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user