From 7e897f45be4d0b6ae0b32a85284c586c82bc1a53 Mon Sep 17 00:00:00 2001 From: Tony Du Date: Sun, 16 Mar 2025 14:07:32 -0700 Subject: [PATCH] chore: Let traefik trust local addresses --- k8s/infrastructure/controllers/traefik/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/infrastructure/controllers/traefik/release.yaml b/k8s/infrastructure/controllers/traefik/release.yaml index e4bfdc4..cbcc75b 100644 --- a/k8s/infrastructure/controllers/traefik/release.yaml +++ b/k8s/infrastructure/controllers/traefik/release.yaml @@ -62,6 +62,8 @@ spec: - traefik-bouncer@kubernetescrd # - traefik-cloudflare-ip-header@kubernetescrd trustedIPs: + # Trust local addresses + - 10.0.0.0/8 # https://www.cloudflare.com/ips-v4/# - 173.245.48.0/20 - 103.21.244.0/22