Skip to content

Commit 21a64a4

Browse files
committed
Switch facia-rendering to c8g
1 parent 7528512 commit 21a64a4

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.C7G, InstanceSize.MEDIUM),
95+
instanceType: InstanceType.of(InstanceClass.C8G, InstanceSize.MEDIUM),
9696
});
9797

9898
/** Tag pages */

0 commit comments

Comments
 (0)