From 49037bf80811724b6bb41dab6a1bd94fb4aa9e32 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 11 Oct 2025 20:38:37 +0500 Subject: [PATCH] fix: scale postgres back up to 3 --- postgres/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/index.ts b/postgres/index.ts index 77ca590..848702b 100644 --- a/postgres/index.ts +++ b/postgres/index.ts @@ -319,7 +319,7 @@ export class PostgresCluster extends Construct { namespace: options.namespace, }, spec: { - instances: 1, + instances: 3, maxSyncReplicas: 0, primaryUpdateStrategy: "unsupervised", certificates: {