Skip to content

Commit

Permalink
argo: Increase server memory resources
Browse files Browse the repository at this point in the history
I observed locally usage regularly going above 128Mi when syncing
or logging in. I have therefore increased requests above that and
correspondingly the limits.
  • Loading branch information
tarrow committed Oct 24, 2024
1 parent 87418e2 commit 68ed281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ server:
resources:
limits:
cpu: 100m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
memory: 256Mi

0 comments on commit 68ed281

Please sign in to comment.