Skip to content

Commit

Permalink
chore(api): allocate more resources to queue pods (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Nov 28, 2023
1 parent 714abe0 commit 3f86dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ resources:
memory: 400Mi
queue:
requests:
cpu: 1m
memory: 29Mi
cpu: 100m
memory: 256Mi
limits:
cpu: 50m
memory: 100Mi
cpu: 250m
memory: 512Mi
scheduler:
requests:
cpu: 5m
Expand Down

0 comments on commit 3f86dbd

Please sign in to comment.