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: