commit d1576244e8d2e775071cc44a2ffdc0bc6f8370d3 parent 5f2c475bdec06a490e48b1f3f1d865a75385ff4a Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 15 Jan 2025 20:36:54 +0100 Fix envoy access inside of cluster Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -147,4 +147,9 @@ spec: kind: Gateway name: envoy-gateway # WARNING: False as cilium routes the gateway locally if used internally with the public domain. HOWEVER then proxy proto cant be used... - enableProxyProtocol: true + enableProxyProtocol: false + # Alternative to enableProxyProtocol: true + clientIPDetection: + xForwardedFor: + # Check if this is correct or if 1 is correct + numTrustedHops: 2