Skip to content

Commit

Permalink
fix(stacks.api/addons/arc): increase runner arc limits
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Sep 26, 2023
1 parent 30f1867 commit 58facb3
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 @@ -371,8 +371,8 @@ export class ARCScaleSet extends blueprints.HelmAddOn {
return {
runner: {
limits: {
cpu: '2.0',
memory: '2Gi',
cpu: '4.0',
memory: '4Gi',
},
requests: {
cpu: '200m',
Expand Down

0 comments on commit 58facb3

Please sign in to comment.