From 28d1671ca6c78d1781fa4a5b68acf9a6a396ce74 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 12 Oct 2025 05:41:38 +0500 Subject: [PATCH] chore: scaling back up with safety --- gitea/actions/runner.yaml | 2 +- postgres/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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,