diff --git a/deploy/longhorn/oauth2-proxy-longhorn.yaml b/deploy/longhorn/oauth2-proxy-longhorn.yaml index 20c0f90..7f0d1bb 100644 --- a/deploy/longhorn/oauth2-proxy-longhorn.yaml +++ b/deploy/longhorn/oauth2-proxy-longhorn.yaml @@ -24,8 +24,8 @@ spec: - --oidc-issuer-url=https://sso.panic.haus/realms/panic-haus - --cookie-domain=longhorn.prod.panic.haus - --email-domain=* - - --session-store-type=redis - - --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379 +# - --session-store-type=redis +# - --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379 - --http-address=0.0.0.0:4180 - --redirect-url=https://longhorn.prod.panic.haus/oauth2/callback - --upstream=http://longhorn-frontend.longhorn-system.svc.cluster.local:80