From 1bc778bb11200270184c64f3e5b026b67d88f03f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 01:33:52 +0900 Subject: [PATCH] PERF(argocd): increase repo-server CPU limit to 500m - Previous 168m limit caused liveness probe failures due to throttling - Increase to 500m to ensure stable operation during 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 e9955a8..5d53b7d 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -130,7 +130,7 @@ repoServer: cpu: 15m memory: 225Mi limits: - cpu: 168m + cpu: 500m memory: 1310Mi # =============================================================================