chore: scale down postgres

This commit is contained in:
2025-10-06 15:30:09 +05:00
parent 2b62087a53
commit a6c39b4c50

View File

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