[ci skip] nextcloud: increase resource limits to prevent OOM crash loop

Default LimitRange (256Mi) was too low — pod was using 227Mi/256Mi and
getting OOM killed under sync client load, causing 500s and blank web UI.
This commit is contained in:
Viktor Barzin 2026-02-28 16:26:19 +00:00
parent 14b1c43713
commit c6beefc845

View file

@ -61,5 +61,13 @@ podAnnotations:
collabora:
enabled: false # Using onlyoffice instead
resources:
limits:
cpu: "2"
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
cronjob:
enabled: true