From 8ac1b0ee090febd0d48defa948519ea8c86c928a Mon Sep 17 00:00:00 2001 From: Jean-Francois Roy Date: Fri, 8 Nov 2024 10:46:11 -0800 Subject: [PATCH] fix(gluetun): update to v3.39.1-jfroy.4 with new health check endpoint --- kubernetes/apps/default/gluetun/app/helmrelease.yaml | 2 +- kubernetes/apps/default/qbittorrent/app/helmrelease.yaml | 9 ++++----- kubernetes/apps/default/sabnzbd/app/helmrelease.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/kubernetes/apps/default/gluetun/app/helmrelease.yaml b/kubernetes/apps/default/gluetun/app/helmrelease.yaml index da1f8dbc7..ae3601e15 100644 --- a/kubernetes/apps/default/gluetun/app/helmrelease.yaml +++ b/kubernetes/apps/default/gluetun/app/helmrelease.yaml @@ -36,7 +36,7 @@ spec: gluetun-update: image: repository: ghcr.io/jfroy/gluetun - tag: v3.39.1-jfroy.3@sha256:58f0b9fb88165e9361302755a39999a1b8a0cb0f900cc3a65d5694186f9cecd6 + tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2 args: - update - -enduser diff --git a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml index 474a0addd..2e89cfc16 100644 --- a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml @@ -70,7 +70,7 @@ spec: gluetun: image: repository: ghcr.io/jfroy/gluetun - tag: v3.39.1-jfroy.3@sha256:58f0b9fb88165e9361302755a39999a1b8a0cb0f900cc3a65d5694186f9cecd6 + tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2 env: BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054 DOT: off @@ -78,8 +78,7 @@ spec: FIREWALL_DEBUG: on FIREWALL_INPUT_PORTS: "80,9999" HEALTH_SERVER_ADDRESS: ":9999" - HEALTH_SUCCESS_WAIT_DURATION: 10s - HEALTH_VPN_DURATION_INITIAL: 60s + HEALTH_SERVER_DISABLE_LOOP: on LOG_LEVEL: debug PUBLICIP_API: cloudflare STORAGE_FILEPATH: "" # prevent memory spike and avoid I/O @@ -98,7 +97,7 @@ spec: custom: true spec: httpGet: - path: / + path: /check/ port: 9999 periodSeconds: 10 timeoutSeconds: 5 @@ -108,7 +107,7 @@ spec: custom: true spec: httpGet: - path: / + path: /check/ port: 9999 initialDelaySeconds: 5 resources: diff --git a/kubernetes/apps/default/sabnzbd/app/helmrelease.yaml b/kubernetes/apps/default/sabnzbd/app/helmrelease.yaml index 877f2b679..855282480 100644 --- a/kubernetes/apps/default/sabnzbd/app/helmrelease.yaml +++ b/kubernetes/apps/default/sabnzbd/app/helmrelease.yaml @@ -65,14 +65,14 @@ spec: gluetun: image: repository: ghcr.io/jfroy/gluetun - tag: v3.39.1-jfroy.3@sha256:58f0b9fb88165e9361302755a39999a1b8a0cb0f900cc3a65d5694186f9cecd6 + tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2 env: BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054 DOT_IPV6: on FIREWALL_DEBUG: on FIREWALL_INPUT_PORTS: "80,9999" HEALTH_SERVER_ADDRESS: ":9999" - HEALTH_VPN_DURATION_INITIAL: 60s + HEALTH_SERVER_DISABLE_LOOP: on LOG_LEVEL: debug PUBLICIP_API: cloudflare STORAGE_FILEPATH: "" # prevent memory spike and avoid I/O @@ -91,14 +91,14 @@ spec: custom: true spec: httpGet: - path: / + path: /check/ port: 9999 startup: enabled: true custom: true spec: httpGet: - path: / + path: /check/ port: 9999 initialDelaySeconds: 5 resources: