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
|
- /gluetun-entrypoint
|
||||||
- healthcheck
|
- healthcheck
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 18
|
failureThreshold: 60
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|||||||
@ -33,8 +33,8 @@ spec:
|
|||||||
- name: VPN_TYPE
|
- name: VPN_TYPE
|
||||||
value: openvpn
|
value: openvpn
|
||||||
- name: SERVER_REGIONS
|
- name: SERVER_REGIONS
|
||||||
value: Singapore
|
# value: Singapore,South Korea,Taiwan,Hong Kong
|
||||||
# value: US Seattle,US Oregon,US Silicon Valley
|
value: US Seattle,US Oregon,US Silicon Valley
|
||||||
- name: OPENVPN_USER
|
- name: OPENVPN_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@ -74,7 +74,7 @@ spec:
|
|||||||
- /gluetun-entrypoint
|
- /gluetun-entrypoint
|
||||||
- healthcheck
|
- healthcheck
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 18
|
failureThreshold: 60
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user