From 8336cec9cde4b1be51ad481f079d348a3bbbc00b Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Thu, 9 Jan 2025 13:34:36 +0000 Subject: [PATCH] Increase backend resource allocations Recently the backend pod has been throttling at 200m CPU periodically every 10 minutes. This change attempts to stop the throttling and the alerts that are sent each time it happens. --- charts/backend/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/backend/values.yaml b/charts/backend/values.yaml index 8510f03c..df61f219 100644 --- a/charts/backend/values.yaml +++ b/charts/backend/values.yaml @@ -13,7 +13,7 @@ resources: cpu: 100m memory: 1Gi limits: - cpu: 200m + cpu: 1000m memory: 2Gi postgres: