From 97fd010eb82fe9c4f2e775e261b3c4aa241d4a71 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 14:55:08 +0900 Subject: [PATCH] FIX(argocd): increase repo-server memory to 960Mi - Repo-server was crashing under load with 640Mi limit - Set both requests and limits to 960Mi --- argocd/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/helm-values.yaml b/argocd/helm-values.yaml index 477a4df..44d5407 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -117,9 +117,9 @@ repoServer: resources: requests: cpu: 15m - memory: 640Mi + memory: 960Mi limits: - memory: 640Mi + memory: 960Mi # ============================================================================= # REDIS (Deployment)