diff --git a/clusters/cl01tl/services/traefik/Chart.yaml b/clusters/cl01tl/services/traefik/Chart.yaml index d865e8b56..6d9e683f4 100644 --- a/clusters/cl01tl/services/traefik/Chart.yaml +++ b/clusters/cl01tl/services/traefik/Chart.yaml @@ -15,7 +15,10 @@ maintainers: - name: alexlebens dependencies: - name: traefik - version: 33.2.1 + version: 34.0.0 + repository: https://traefik.github.io/charts + - name: traefik-crds + version: 1.1.0 repository: https://traefik.github.io/charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/traefik.png appVersion: v3.2.3 diff --git a/clusters/cl01tl/services/traefik/values.yaml b/clusters/cl01tl/services/traefik/values.yaml index 3f338247b..493bda672 100644 --- a/clusters/cl01tl/services/traefik/values.yaml +++ b/clusters/cl01tl/services/traefik/values.yaml @@ -32,9 +32,11 @@ traefik: expose: default: true exposedPort: 80 - redirectTo: - port: websecure - priority: 10 + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true forwardedHeaders: trustedIPs: - 10.0.0.0/8 @@ -84,3 +86,8 @@ traefik: - 192.168.1.17 - 192.168.1.16 - 192.168.1.15 +traefik-crds: + traefik: true + gatewayAPI: false + hub: false + deleteOnUninstall: false