From a1e1c8f6ffa90416b108a72803c50bcaf3e13603 Mon Sep 17 00:00:00 2001 From: hsiegeln Date: Sat, 14 Mar 2026 12:52:13 +0100 Subject: [PATCH] deploy/authentik.yaml aktualisiert change authentik UI port to 30950 --- deploy/authentik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/authentik.yaml b/deploy/authentik.yaml index a9f19e17..7d358068 100644 --- a/deploy/authentik.yaml +++ b/deploy/authentik.yaml @@ -2,7 +2,7 @@ # Provides external identity management with role-based access. # # After deployment: -# 1. Access Authentik at http://192.168.50.86:30900/if/flow/initial-setup/ +# 1. Access Authentik at http://192.168.50.86:30950/if/flow/initial-setup/ # 2. Create an admin account # 3. Create an OAuth2/OIDC Provider + Application for Cameleer (see HOWTO.md) # 4. Set CAMELEER_OIDC_* env vars on the server deployment @@ -228,7 +228,7 @@ spec: ports: - port: 9000 targetPort: 9000 - nodePort: 30900 + nodePort: 30950 name: http - port: 9443 targetPort: 9443