From 737873066d3509b4c298bb95eb1e8f362e215432 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 18:02:48 +0900 Subject: [PATCH] feat: increase argocd application-controller CPU request to 250m --- 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 6dfa84a..9218568 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -64,7 +64,7 @@ controller: # Resource settings resources: requests: - cpu: 126m + cpu: 250m memory: 1700Mi limits: memory: 1700Mi