From 9f331e718aa758dd8175aaffb9dd98ce6a0b63cb Mon Sep 17 00:00:00 2001 From: Jesse Bye Date: Thu, 12 Mar 2020 12:52:05 -0700 Subject: [PATCH] More realistic limits/requests for repoServer --- 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 cef83273..d8e78cdb 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -616,11 +616,11 @@ repoServer: resources: {} # limits: - # cpu: 50m - # memory: 128Mi + # cpu: 250m + # memory: 500Mi # requests: - # cpu: 10m - # memory: 64Mi + # cpu: 50m + # memory: 100Mi ## Repo server service configuration service: