From 59a0ed6327deae75e0a5f9eeb74bf76487815e78 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 01:40:49 +0900 Subject: [PATCH] PERF(argocd): increase repo-server CPU limit to 1000m - 500m still caused liveness probe failures under load - Increase to 1000m for stable manifest generation --- argocd/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/helm-values.yaml b/argocd/helm-values.yaml index 5d53b7d..850dde4 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -130,7 +130,7 @@ repoServer: cpu: 15m memory: 225Mi limits: - cpu: 500m + cpu: 1000m memory: 1310Mi # =============================================================================