From 2620877a71caa4578f9c5cb9743bb1f595174c5b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Tue, 15 Apr 2025 20:04:58 +0530 Subject: [PATCH] change replicas to 1 --- cluster/apps/gitea/gitea-act.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitea/gitea-act.yml b/cluster/apps/gitea/gitea-act.yml index f7004d5..7ab669d 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -7,7 +7,7 @@ metadata: labels: app: gitea-actions-runner spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: gitea-actions-runner