Bump authentik worker memory limit 1Gi → 2Gi (OOMKilled after ringtail restart)

Worker forks 4 Dramatiq processes each loading the full Django app
(~250MB each), hitting the 1Gi limit on startup. Ringtail has ample
RAM headroom.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-07 15:39:29 -07:00
commit 84eda0301f

View file

@ -91,10 +91,10 @@ spec:
readOnly: true
resources:
requests:
memory: "256Mi"
memory: "512Mi"
cpu: "100m"
limits:
memory: "1Gi"
memory: "2Gi"
cpu: "1000m"
volumes:
- name: blueprints