Skip to content

Commit

Permalink
Merge pull request #8724 from guardian/30-60
Browse files Browse the repository at this point in the history
fix: bump minCapacity from 15 => 30
  • Loading branch information
jamesgorrie authored Sep 1, 2023
2 parents e8cb53a + a847e5a commit f146288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotcom-rendering/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const sharedProps = {
new DotcomRendering(app, 'DotcomRendering-PROD', {
...sharedProps,
stage: 'PROD',
minCapacity: 15,
maxCapacity: 60,
minCapacity: 30,
maxCapacity: 120,
instanceType: 't4g.small',
});

Expand Down

0 comments on commit f146288

Please sign in to comment.