From 9e7d56ee2bb909fbd3ed26762df02719ce568d08 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 20 Dec 2025 03:06:37 +0000 Subject: [PATCH] Automated Manifest Update (#2742) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2742 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/traefik/DaemonSet-traefik.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/cl01tl/manifests/traefik/DaemonSet-traefik.yaml b/clusters/cl01tl/manifests/traefik/DaemonSet-traefik.yaml index 7182865c2..05fe854f3 100644 --- a/clusters/cl01tl/manifests/traefik/DaemonSet-traefik.yaml +++ b/clusters/cl01tl/manifests/traefik/DaemonSet-traefik.yaml @@ -112,6 +112,13 @@ spec: - "--entryPoints.web.http.redirections.entryPoint.permanent=true" - "--entryPoints.web.forwardedHeaders.trustedIPs=10.0.0.0/8,172.16.0.0/16,192.168.0.0/16,fc00::/7" - "--entryPoints.web.proxyProtocol.trustedIPs=10.0.0.0/8,172.16.0.0/16,192.168.0.0/16,fc00::/7" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedSlash=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedBackSlash=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedNullCharacter=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedSemicolon=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedPercent=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedQuestionMark=true" + - "--entryPoints.websecure.http.encodedCharacters.allowEncodedHash=true" - "--entryPoints.websecure.http.tls=true" - "--entryPoints.websecure.forwardedHeaders.trustedIPs=10.0.0.0/8,172.16.0.0/16,192.168.0.0/16,fc00::/7" - "--entryPoints.websecure.proxyProtocol.trustedIPs=10.0.0.0/8,172.16.0.0/16,192.168.0.0/16,fc00::/7"