cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 4921f618400c8603780c2d39464d33003a948c3c
parent 6347181511fa69e8b19cc82a4e9f6bc6a9168faa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 10 Apr 2025 01:11:52 +0200

Fix values

Diffstat:
Mapps/base/envoy-gateway/release.yaml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -570,10 +570,10 @@ spec: # WARNING: False as cilium routes the gateway locally if used internally with the public domain. HOWEVER then proxy proto cant be used... enableProxyProtocol: false # Alternative to enableProxyProtocol: true - #clientIPDetection: - # xForwardedFor: - # trustedCIDRs: - # - 10.10.0.0/16 + clientIPDetection: + xForwardedFor: + trustedCIDRs: + - 10.10.0.0/16 tcpKeepalive: idleTime: 1h interval: 75s