fix: scale postgres back up to 3
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user