From a9a4ed1bf3dfd4d60954c86a6f58d1cdea765d09 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 3 Jan 2026 02:29:42 +0900 Subject: [PATCH] FIX(authelia): increase Authelia memory limit - to 256Mi OOMKilled with 128Mi limit. Increased to 256Mi for stability. --- authelia/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 952998f..4b1d9cb 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -11,9 +11,9 @@ pod: resources: requests: cpu: 25m - memory: 64Mi + memory: 256Mi limits: - memory: 128Mi + memory: 512Mi extraVolumes: - name: users-database configMap: