deploy/authentik.yaml aktualisiert
change authentik UI port to 30950
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user