From 39b604a0bd0c4e551e93c064cf7a73b8a2d61230 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 22 Jan 2026 19:03:25 +0100 Subject: [PATCH] config(authentik): increase outpost memory limit to 1G Co-Authored-By: Claude Opus 4.5 --- stacks/authentik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/authentik.yml b/stacks/authentik.yml index dea2bcf..1acf979 100644 --- a/stacks/authentik.yml +++ b/stacks/authentik.yml @@ -128,7 +128,7 @@ services: deploy: resources: limits: - memory: 384M + memory: 1G cpus: '0.3' reservations: memory: 128M @@ -211,4 +211,4 @@ networks: # # Outpost status (embedded outpost on port 9000): # curl http://authentik-server:9000/outpost.goauthentik.io/ping -# curl http://192.168.86.149:9000/outpost.goauthentik.io/auth/nginx (should return 401, not 404) +# curl http://192.168.86.149:9000/outpost.goauthentik.io/auth/nginx (should return 401, not 404) \ No newline at end of file