From 449ad65f2edcfdaa148d01301bba9cf605a8510b 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/Chart.yaml | 2 +- charts/backend/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/backend/Chart.yaml b/charts/backend/Chart.yaml index 0182ca3f..4b2bf0a4 100644 --- a/charts/backend/Chart.yaml +++ b/charts/backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: developer-portal-backend description: A Helm chart for deploying the Diamond developer portal backend type: application -version: 0.1.2 +version: 0.1.3 appVersion: 0.0.26 dependencies: - name: common 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: