Skip to content

Commit

Permalink
Increase argoCD controller memory quota
Browse files Browse the repository at this point in the history
The argoCD application controller sts is in OOM crashLoopBackoff.
Over time the load on the controller increases, natually as we onboard more applications.
This PR bumps the total memory requested by the controller from 1Gi->5Gi & limit from 2Gi->10Gi
  • Loading branch information
dystewart committed Sep 1, 2023
1 parent a0b206c commit e444502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-gitops/base/argocds/openshift-gitops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
resources:
limits:
cpu: "2"
memory: 2Gi
memory: 10Gi
requests:
cpu: 250m
memory: 1Gi
memory: 5Gi
dex:
openShiftOAuth: true
resources:
Expand Down

0 comments on commit e444502

Please sign in to comment.