Skip to content

Commit

Permalink
fix(stacks.api/addons/arc): update arc runner container resources
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 6420601 commit 2081ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stacks/api/src/addons/arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ export class ARCScaleSet extends blueprints.HelmAddOn {
return {
runner: {
limits: {
cpu: '50m',
cpu: '200m',
memory: '300Mi',
},
requests: {
cpu: '20m',
cpu: '25m',
memory: '210Mi',
},
},
Expand Down

0 comments on commit 2081ded

Please sign in to comment.