diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 86e313a..fdd244a 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -77,7 +77,7 @@ spec: - name: OIDC_ISSUER value: "https://sso.bstein.dev/realms/atlas" - name: OIDC_REDIRECT_URI - value: "https://stream.bstein.dev/oauth2/callback" + value: "https://stream.bstein.dev/api/oidc/callback" - name: OIDC_LOGOUT_URI value: "https://sso.bstein.dev/realms/atlas/protocol/openid-connect/logout?redirect_uri=https://stream.bstein.dev/" - name: OIDC_SCOPES