chore: scaling back up with safety

This commit is contained in:
2025-10-12 05:41:38 +05:00
parent 56a13da975
commit 28d1671ca6
2 changed files with 3 additions and 2 deletions

View File

@@ -320,7 +320,8 @@ export class PostgresCluster extends Construct {
},
spec: {
instances: 3,
maxSyncReplicas: 0,
minSyncReplicas: 1,
maxSyncReplicas: 2,
primaryUpdateStrategy: "unsupervised",
certificates: {
serverCASecret: certNames.server,