From af5f6a659b7d2d1794f6d3f8a4fe5b9a63b0238f Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 13 Mar 2026 19:16:06 +0000 Subject: [PATCH] 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. --- stacks/nextcloud/chart_values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/nextcloud/chart_values.yaml b/stacks/nextcloud/chart_values.yaml index f8e4dfb5..7ed60587 100644 --- a/stacks/nextcloud/chart_values.yaml +++ b/stacks/nextcloud/chart_values.yaml @@ -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