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: resources:
requests: requests:
cpu: 25m cpu: 25m
memory: 64Mi memory: 256Mi
limits: limits:
memory: 128Mi memory: 512Mi
extraVolumes: extraVolumes:
- name: users-database - name: users-database
configMap: configMap: