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