changed deployment

This commit is contained in:
Ubuntu
2026-01-12 18:28:30 +00:00
parent 7286524192
commit 176f72540d

View File

@@ -41,7 +41,7 @@ spec:
containers:
- name: authentik
image: ghcr.io/goauthentik/server:2024.12.0
command: ["/ak-server"] # Start Server
# Command removed to use image default (server)
ports:
- containerPort: 9000
name: http
@@ -89,7 +89,7 @@ spec:
containers:
- name: authentik
image: ghcr.io/goauthentik/server:2024.12.0
command: ["/ak-worker"] # Start Worker
args: ["worker"]
envFrom:
- configMapRef:
name: authentik-config