disable redis for oauth2 proxy

This commit is contained in:
2025-03-31 01:47:27 +02:00
parent 779b2f8255
commit 03acc85016

View File

@@ -24,8 +24,8 @@ spec:
- --oidc-issuer-url=https://sso.panic.haus/realms/panic-haus - --oidc-issuer-url=https://sso.panic.haus/realms/panic-haus
- --cookie-domain=longhorn.prod.panic.haus - --cookie-domain=longhorn.prod.panic.haus
- --email-domain=* - --email-domain=*
- --session-store-type=redis # - --session-store-type=redis
- --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379 # - --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379
- --http-address=0.0.0.0:4180 - --http-address=0.0.0.0:4180
- --redirect-url=https://longhorn.prod.panic.haus/oauth2/callback - --redirect-url=https://longhorn.prod.panic.haus/oauth2/callback
- --upstream=http://longhorn-frontend.longhorn-system.svc.cluster.local:80 - --upstream=http://longhorn-frontend.longhorn-system.svc.cluster.local:80