fix: scale postgres back up to 3

This commit is contained in:
2025-10-11 20:38:37 +05:00
parent c1a0c39129
commit 49037bf808

View File

@@ -319,7 +319,7 @@ export class PostgresCluster extends Construct {
namespace: options.namespace, namespace: options.namespace,
}, },
spec: { spec: {
instances: 1, instances: 3,
maxSyncReplicas: 0, maxSyncReplicas: 0,
primaryUpdateStrategy: "unsupervised", primaryUpdateStrategy: "unsupervised",
certificates: { certificates: {