Skip to content

Commit

Permalink
production: increase api backend cpu (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow authored Jan 9, 2024
1 parent 1892927 commit ccec100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ resources:
# The backed is a platform critical element, so make sure it is allowed to be a bit silly...
backend:
requests:
cpu: 300m
cpu: 500m
memory: 300Mi
limits:
cpu: 500m
cpu: 1000m
memory: 600Mi
web:
requests:
Expand Down

0 comments on commit ccec100

Please sign in to comment.