Skip to content

Commit c40ed82

Browse files
authored
Reduce PROD article-rendering stack from 30 to 27 instances
1 parent f35c970 commit c40ed82

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)