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: