From c1b1719e8c9f99ebb39f3f8d00b38634acdcb8dc Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Sun, 20 Jul 2025 19:49:01 +0200 Subject: [PATCH] fix(cilium): disable alpn I have a hunch that this somehow interferes with Argo CD. The Argo CD login page shows up in Safari 18.5, Brave 1.80.120 and Firefox 140.0.4. After logging in using Authelia (OIDC), Argo CD starts to display 404 error in Brave and Firefox, but it works in Safari. Clearing site data makes the login page show up in Brave and Firefox again. Signed-off-by: Vegard Hagen --- k8s/infra/network/cilium/values.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/k8s/infra/network/cilium/values.yaml b/k8s/infra/network/cilium/values.yaml index bb1c67a..d852e17 100644 --- a/k8s/infra/network/cilium/values.yaml +++ b/k8s/infra/network/cilium/values.yaml @@ -70,8 +70,8 @@ loadBalancer: gatewayAPI: enabled: true - enableAlpn: true - enableAppProtocol: true +# enableAlpn: true +# enableAppProtocol: true envoy: securityContext: capabilities: @@ -87,13 +87,7 @@ hubble: enabled: true rollOutPods: true -ingressController: - enabled: false - default: true - loadbalancerMode: shared - service: - annotations: - io.cilium/lb-ipam-ips: 192.168.1.223 +ingressController: { enabled: false } # mTLS authentication: