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.
|
# Provides external identity management with role-based access.
|
||||||
#
|
#
|
||||||
# After deployment:
|
# 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
|
# 2. Create an admin account
|
||||||
# 3. Create an OAuth2/OIDC Provider + Application for Cameleer (see HOWTO.md)
|
# 3. Create an OAuth2/OIDC Provider + Application for Cameleer (see HOWTO.md)
|
||||||
# 4. Set CAMELEER_OIDC_* env vars on the server deployment
|
# 4. Set CAMELEER_OIDC_* env vars on the server deployment
|
||||||
@@ -228,7 +228,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- port: 9000
|
- port: 9000
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
nodePort: 30900
|
nodePort: 30950
|
||||||
name: http
|
name: http
|
||||||
- port: 9443
|
- port: 9443
|
||||||
targetPort: 9443
|
targetPort: 9443
|
||||||
|
|||||||
Reference in New Issue
Block a user