From e473f26ece54cb858cca75419652aacc0ecb962a Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 15 Nov 2025 16:30:35 +0500 Subject: [PATCH] fix: Gitea | scale down to 3 runners --- gitea/actions/runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/actions/runner.yaml b/gitea/actions/runner.yaml index fa1dcd9..4065096 100644 --- a/gitea/actions/runner.yaml +++ b/gitea/actions/runner.yaml @@ -19,7 +19,7 @@ metadata: name: action-runner namespace: homelab spec: - replicas: 9 + replicas: 3 selector: matchLabels: app: action-runner