config(authentik): increase outpost memory limit to 1G
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user