Skip to content

Commit

Permalink
Increase backend resource allocations
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GDYendell committed Jan 9, 2025
1 parent 7349987 commit 8336cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
cpu: 100m
memory: 1Gi
limits:
cpu: 200m
cpu: 1000m
memory: 2Gi

postgres:
Expand Down

0 comments on commit 8336cec

Please sign in to comment.