From a6c39b4c504d842ae44fab045684ae25556f4657 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Mon, 6 Oct 2025 15:30:09 +0500 Subject: [PATCH] chore: scale down postgres --- postgres/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/index.ts b/postgres/index.ts index 848702b..77ca590 100644 --- a/postgres/index.ts +++ b/postgres/index.ts @@ -319,7 +319,7 @@ export class PostgresCluster extends Construct { namespace: options.namespace, }, spec: { - instances: 3, + instances: 1, maxSyncReplicas: 0, primaryUpdateStrategy: "unsupervised", certificates: {