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