From 083bbe5af594f4c3cd6040500d01cf70c5501777 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 19 May 2024 07:04:28 -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 1f50a6e..3692400 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -580,9 +580,10 @@ traefik: redirectTo: websecure # # 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: