Skip to content

Commit c604e52

Browse files
authored
Merge pull request #13383 from guardian/arelra-patch-1
Reduce PROD article-rendering stack from 30 to 27 instances
2 parents 1ba2c20 + c40ed82 commit c604e52

File tree

1 file changed

+2
-2
lines changed
  • dotcom-rendering/cdk/bin

1 file changed

+2
-2
lines changed

dotcom-rendering/cdk/bin/cdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ new RenderingCDKStack(cdkApp, 'ArticleRendering-PROD', {
2828
stage: 'PROD',
2929
domainName: 'article-rendering.guardianapis.com',
3030
scaling: {
31-
minimumInstances: 30,
32-
maximumInstances: 300,
31+
minimumInstances: 27,
32+
maximumInstances: 270,
3333
policies: {
3434
step: {
3535
cpu: cpuScalingSteps,

0 commit comments

Comments
 (0)