right-size Nextcloud resources after MySQL migration

SQLite caused 4.7 CPU / 2GB usage, now MySQL uses ~95m / 95Mi.
Reduced limits from 16 CPU / 6Gi to 2 CPU / 1Gi.
Reduced requests from 100m / 1Gi to 50m / 256Mi.
Frees ~14 CPU cores and 5Gi memory for other workloads.
This commit is contained in:
Viktor Barzin 2026-03-13 19:16:06 +00:00
parent 3e03fbec63
commit af5f6a659b

View file

@ -95,11 +95,11 @@ collabora:
resources:
limits:
cpu: "4"
memory: 3Gi
cpu: "2"
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
cpu: 50m
memory: 256Mi
cronjob:
enabled: true