From 5c70c085aad0d46411c18c2719c78cdd75d9821b Mon Sep 17 00:00:00 2001 From: Brandon Jacobs Date: Fri, 28 Oct 2022 13:51:34 -0400 Subject: [PATCH] fix(repo-server): Increase default repo server memory and cpu --- charts/argo-cd/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 4261e7e4..545055b3 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -1511,11 +1511,11 @@ repoServer: # -- Resource limits and requests for the repo server pods resources: limits: - cpu: 50m - memory: 128Mi + cpu: 500m + memory: 2Gi requests: - cpu: 10m - memory: 64Mi + cpu: 500m + memory: 2Gi ## Repo server service configuration service: