Skip to content

Commit

Permalink
fix(stacks.api/addons/arc): more sane runner resource allotments
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Sep 22, 2023
1 parent 2081ded commit e9df60f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/stacks/api/src/addons/arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,12 @@ export class ARCScaleSet extends blueprints.HelmAddOn {
return {
runner: {
limits: {
cpu: '200m',
memory: '300Mi',
cpu: '2.0',
memory: '2Gi',
},
requests: {
cpu: '25m',
memory: '210Mi',
cpu: '200m',
memory: '300Mi',
},
},
dind: {
Expand Down

0 comments on commit e9df60f

Please sign in to comment.