Skip to content

Commit

Permalink
fix(gluetun): update to v3.39.1-jfroy.4 with new health check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Nov 8, 2024
1 parent be68ae4 commit 8ac1b0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/gluetun/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions kubernetes/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,15 @@ 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
DOT_CACHING: off
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
Expand All @@ -98,7 +97,7 @@ spec:
custom: true
spec:
httpGet:
path: /
path: /check/
port: 9999
periodSeconds: 10
timeoutSeconds: 5
Expand All @@ -108,7 +107,7 @@ spec:
custom: true
spec:
httpGet:
path: /
path: /check/
port: 9999
initialDelaySeconds: 5
resources:
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/apps/default/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8ac1b0e

Please sign in to comment.