deploy/authentik.yaml aktualisiert
Some checks failed
CI / build (push) Successful in 1m8s
CI / docker (push) Successful in 42s
CI / deploy (push) Failing after 2m9s

change authentik UI port to 30950
This commit is contained in:
2026-03-14 12:52:13 +01:00
parent 554d6822c0
commit a1e1c8f6ff

View File

@@ -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