commit 5f2c475bdec06a490e48b1f3f1d865a75385ff4a parent 69aa6d9f91bbe2a100886ba94368fd30d20d1d17 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 15 Jan 2025 20:25:20 +0100 Fix envoy access inside of cluster Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 3 | ++- |
| M | apps/base/matrix/draupnir-freifunk/pantalaimon.yaml | | | 3 | +-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -55,7 +55,7 @@ spec: load-balancer.hetzner.cloud/location: hel1 load-balancer.hetzner.cloud/name: envoy load-balancer.hetzner.cloud/use-private-ip: "true" - load-balancer.hetzner.cloud/uses-proxyprotocol: "true" + load-balancer.hetzner.cloud/uses-proxyprotocol: "false" listeners: - name: http protocol: HTTP @@ -146,4 +146,5 @@ spec: group: gateway.networking.k8s.io 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 diff --git a/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml b/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml @@ -6,8 +6,7 @@ data: SSL = True [local-matrix] - #Homeserver = https://matrix.midnightthoughts.space - Homeserver = http://mas.matrix.svc.cluster.local:8080 + Homeserver = https://matrix.midnightthoughts.space ListenAddress = 0.0.0.0 ListenPort = 8008 SSL = True