Skip to content

Commit

Permalink
Merge pull request #9369 from guardian/mob/reduce-min-instances
Browse files Browse the repository at this point in the history
Decrease `minCapacity` of instances to 27
  • Loading branch information
ioannakok authored Nov 1, 2023
2 parents a57499f + 5eb07b1 commit ac284b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ new DotcomRendering(app, 'DotcomRendering-PROD', {
...sharedProps,
app: 'rendering',
stage: 'PROD',
minCapacity: 30,
minCapacity: 27,
maxCapacity: 120,
instanceType: 't4g.small',
});
Expand Down

0 comments on commit ac284b7

Please sign in to comment.