From d31f85f4b33398fce33f1101aab2c16390112098 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sun, 2 Aug 2026 02:32:51 +0900 Subject: [PATCH] fix: increase failureThreshold for livenessProbe in Gluetun and qBittorrent deployments --- manifests/media/gluetun-proxy.yaml | 2 +- manifests/media/jdownloader.yaml | 4 ++-- manifests/media/qbittorrent.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/media/gluetun-proxy.yaml b/manifests/media/gluetun-proxy.yaml index 2c4fb6d..c45d9df 100644 --- a/manifests/media/gluetun-proxy.yaml +++ b/manifests/media/gluetun-proxy.yaml @@ -59,7 +59,7 @@ spec: - /gluetun-entrypoint - healthcheck periodSeconds: 10 - failureThreshold: 18 + failureThreshold: 60 livenessProbe: exec: command: diff --git a/manifests/media/jdownloader.yaml b/manifests/media/jdownloader.yaml index 427b359..8c9fafb 100644 --- a/manifests/media/jdownloader.yaml +++ b/manifests/media/jdownloader.yaml @@ -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: diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index 192a098..68648ce 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -74,7 +74,7 @@ spec: - /gluetun-entrypoint - healthcheck periodSeconds: 10 - failureThreshold: 18 + failureThreshold: 60 livenessProbe: exec: command: