chore: scaling back up with safety
This commit is contained in:
@@ -19,7 +19,7 @@ metadata:
|
||||
name: action-runner
|
||||
namespace: homelab
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 9
|
||||
selector:
|
||||
matchLabels:
|
||||
app: action-runner
|
||||
|
||||
@@ -320,7 +320,8 @@ export class PostgresCluster extends Construct {
|
||||
},
|
||||
spec: {
|
||||
instances: 3,
|
||||
maxSyncReplicas: 0,
|
||||
minSyncReplicas: 1,
|
||||
maxSyncReplicas: 2,
|
||||
primaryUpdateStrategy: "unsupervised",
|
||||
certificates: {
|
||||
serverCASecret: certNames.server,
|
||||
|
||||
Reference in New Issue
Block a user