From 2a72527c7918bcecaa60f34af107849adc9028ed Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 28 Mar 2026 03:21:19 +0000 Subject: [PATCH] fix: Switch Traefik from LoadBalancer to NodePort, remove unused Hetzner LB --- infrastructure/addons/traefik/helmrelease-traefik.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/addons/traefik/helmrelease-traefik.yaml b/infrastructure/addons/traefik/helmrelease-traefik.yaml index 00bf0f1..387a7d1 100644 --- a/infrastructure/addons/traefik/helmrelease-traefik.yaml +++ b/infrastructure/addons/traefik/helmrelease-traefik.yaml @@ -26,8 +26,7 @@ spec: - "--entryPoints.flux.address=:9001/tcp" - "--entryPoints.rancher.address=:9442/tcp" service: - annotations: - load-balancer.hetzner.cloud/network-zone: eu-central + type: NodePort ports: web: nodePort: 31097