From 612435c42c5b154fdc4424825dffbcbd2740bf2c Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 03:11:10 +0000 Subject: [PATCH] fix: Add Hetzner LB health check config to Traefik --- infrastructure/addons/traefik/helmrelease-traefik.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/infrastructure/addons/traefik/helmrelease-traefik.yaml b/infrastructure/addons/traefik/helmrelease-traefik.yaml index f116971..5ef48f8 100644 --- a/infrastructure/addons/traefik/helmrelease-traefik.yaml +++ b/infrastructure/addons/traefik/helmrelease-traefik.yaml @@ -28,9 +28,12 @@ spec: service: annotations: load-balancer.hetzner.cloud/network-zone: eu-central - spec: - loadBalancerSourceRanges: - - 0.0.0.0/0 + load-balancer.hetzner.cloud/health-check.port: "80" + load-balancer.hetzner.cloud/health-check.protocol: http + load-balancer.hetzner.cloud/health-check.interval: 15s + load-balancer.hetzner.cloud/health-check.timeout: 10s + load-balancer.hetzner.cloud/health-check.retries: 3 + load-balancer.hetzner.cloud/health-check.path: / ports: web: nodePort: 31097