fix: increase failureThreshold for livenessProbe in Gluetun and qBittorrent deployments
Some checks failed
validate / lint (push) Failing after 0s

This commit is contained in:
Nik Afiq 2026-08-02 02:32:51 +09:00
parent bcc697db7e
commit d31f85f4b3
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: