cleanup: Remove traefik-config, simplify traefik helmrelease
All checks were successful
Deploy Cluster / Terraform (push) Successful in 50s
Deploy Cluster / Ansible (push) Successful in 6m20s

This commit is contained in:
2026-03-26 03:16:56 +00:00
parent 612435c42c
commit a3963c56e6
3 changed files with 0 additions and 29 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmchartconfig-traefik.yaml

View File

@@ -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