commit d3a5d60e1777f939b0a77a65959ba8e0df806fb6
parent 2808a4be98f3d20b628fc7b4949585027ac1e1b3
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 10 Apr 2025 00:31:04 +0200
Off by one I think?
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml
@@ -573,7 +573,7 @@ spec:
clientIPDetection:
xForwardedFor:
# Check if this is correct or if 1 is correct
- numTrustedHops: 2
+ numTrustedHops: 3
tcpKeepalive:
idleTime: 1h
interval: 75s