diff --git a/infrastructure/traefik/templates/release.yaml b/infrastructure/traefik/templates/release.yaml index ba55bffe..ddf0fc99 100644 --- a/infrastructure/traefik/templates/release.yaml +++ b/infrastructure/traefik/templates/release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: traefik - version: 33.2.1 + version: 34.0.0 reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository diff --git a/infrastructure/traefik/values.yaml b/infrastructure/traefik/values.yaml index 952a32e2..060a1391 100644 --- a/infrastructure/traefik/values.yaml +++ b/infrastructure/traefik/values.yaml @@ -19,8 +19,11 @@ ports: expose: default: true web: - redirectTo: - port: websecure + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true forwardedHeaders: trustedIPs: - 10.0.0.0/8