From f075a9db30b55fc9f7633c6b7bf565d5ebf08cc5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 20:22:57 -0600 Subject: [PATCH] add health probe --- clusters/cl01tl/helm/qbittorrent/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 0352feabb..667f517a2 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -78,6 +78,20 @@ qbittorrent: add: - NET_ADMIN - SYS_MODULE + probes: + liveness: + enabled: true + custom: true + spec: + exec: + command: + - /gluetun-entrypoint + - healthcheck + failureThreshold: 5 + initialDelaySeconds: 30 + periodSeconds: 30 + successThreshold: 1 + timeoutSeconds: 15 resources: limits: devic.es/tun: "1"