FIX(authelia): increase Authelia memory limit

- to 256Mi
OOMKilled with 128Mi limit. Increased to 256Mi for stability.
This commit is contained in:
2026-01-03 02:29:42 +09:00
parent 589b98a875
commit a9a4ed1bf3

View File

@@ -11,9 +11,9 @@ pod:
resources:
requests:
cpu: 25m
memory: 64Mi
memory: 256Mi
limits:
memory: 128Mi
memory: 512Mi
extraVolumes:
- name: users-database
configMap: