Skip to content

Commit 20ea066

Browse files
committed
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.
1 parent 7349987 commit 20ea066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: developer-portal-backend
33
description: A Helm chart for deploying the Diamond developer portal backend
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: 0.0.26
77
dependencies:
88
- name: common

charts/backend/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
cpu: 100m
1414
memory: 1Gi
1515
limits:
16-
cpu: 200m
16+
cpu: 1000m
1717
memory: 2Gi
1818

1919
postgres:

0 commit comments

Comments
 (0)