From d01ee2da248e3be61ba57694d317b38bf78ccbeb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 19 May 2024 07:18:52 -0500 Subject: [PATCH] update --- traefik/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 3692400..3d304bc 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -611,9 +611,10 @@ traefik: # advertisedPort: 4443 # ## Trust forwarded headers information (X-Forwarded-*). - #forwardedHeaders: - # trustedIPs: [] - # insecure: false + forwardedHeaders: + trustedIPs: + - "192.168.10.1" + insecure: false # ## Enable the Proxy Protocol header parsing for the entry point #proxyProtocol: