From a3963c56e67ff88f0e845a4f3cb8423e55d671e5 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 03:16:56 +0000 Subject: [PATCH] cleanup: Remove traefik-config, simplify traefik helmrelease --- .../helmchartconfig-traefik.yaml | 19 ------------------- .../addons/traefik-config/kustomization.yaml | 4 ---- .../addons/traefik/helmrelease-traefik.yaml | 6 ------ 3 files changed, 29 deletions(-) delete mode 100644 infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml delete mode 100644 infrastructure/addons/traefik-config/kustomization.yaml diff --git a/infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml b/infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml deleted file mode 100644 index 17624b8..0000000 --- a/infrastructure/addons/traefik-config/helmchartconfig-traefik.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: helm.cattle.io/v1 -kind: HelmChartConfig -metadata: - name: traefik - namespace: kube-system -spec: - valuesContent: |- - additionalArguments: - - "--entryPoints.flux.address=:9001/tcp" - - "--entryPoints.rancher.address=:9442/tcp" - service: - annotations: - load-balancer.hetzner.cloud/network-zone: eu - ports: - rancher: - port: 9442 - expose: true - exposedPort: 9442 - protocol: TCP diff --git a/infrastructure/addons/traefik-config/kustomization.yaml b/infrastructure/addons/traefik-config/kustomization.yaml deleted file mode 100644 index 92aabda..0000000 --- a/infrastructure/addons/traefik-config/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - helmchartconfig-traefik.yaml diff --git a/infrastructure/addons/traefik/helmrelease-traefik.yaml b/infrastructure/addons/traefik/helmrelease-traefik.yaml index 5ef48f8..00bf0f1 100644 --- a/infrastructure/addons/traefik/helmrelease-traefik.yaml +++ b/infrastructure/addons/traefik/helmrelease-traefik.yaml @@ -28,12 +28,6 @@ spec: service: annotations: load-balancer.hetzner.cloud/network-zone: eu-central - 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