mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
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 <[email protected]>
This commit is contained in:
@@ -70,8 +70,8 @@ loadBalancer:
|
|||||||
|
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true
|
enabled: true
|
||||||
enableAlpn: true
|
# enableAlpn: true
|
||||||
enableAppProtocol: true
|
# enableAppProtocol: true
|
||||||
envoy:
|
envoy:
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -87,13 +87,7 @@ hubble:
|
|||||||
enabled: true
|
enabled: true
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
|
|
||||||
ingressController:
|
ingressController: { enabled: false }
|
||||||
enabled: false
|
|
||||||
default: true
|
|
||||||
loadbalancerMode: shared
|
|
||||||
service:
|
|
||||||
annotations:
|
|
||||||
io.cilium/lb-ipam-ips: 192.168.1.223
|
|
||||||
|
|
||||||
# mTLS
|
# mTLS
|
||||||
authentication:
|
authentication:
|
||||||
|
|||||||
Reference in New Issue
Block a user