diff --git a/gitea/actions/runner.yaml b/gitea/actions/runner.yaml index 2cce49b..f4178c1 100644 --- a/gitea/actions/runner.yaml +++ b/gitea/actions/runner.yaml @@ -19,7 +19,7 @@ metadata: name: action-runner namespace: homelab spec: - replicas: 1 + replicas: 9 selector: matchLabels: app: action-runner diff --git a/postgres/index.ts b/postgres/index.ts index 848702b..fa24caa 100644 --- a/postgres/index.ts +++ b/postgres/index.ts @@ -320,7 +320,8 @@ export class PostgresCluster extends Construct { }, spec: { instances: 3, - maxSyncReplicas: 0, + minSyncReplicas: 1, + maxSyncReplicas: 2, primaryUpdateStrategy: "unsupervised", certificates: { serverCASecret: certNames.server,