Skip to content

Commit 2bf8190

Browse files
authored
Merge pull request #13611 from guardian/ravi/facia-back-to-c7g
Revert facia-rendering back to c7g
2 parents b81048e + 7078938 commit 2bf8190

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dotcom-rendering/cdk/bin/cdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ new RenderingCDKStack(cdkApp, 'FaciaRendering-PROD', {
9292
},
9393
},
9494
},
95-
instanceType: InstanceType.of(InstanceClass.C8G, InstanceSize.MEDIUM),
95+
instanceType: InstanceType.of(InstanceClass.C7G, InstanceSize.MEDIUM),
9696
});
9797

9898
/** Tag pages */

0 commit comments

Comments
 (0)