Skip to content

Commit

Permalink
staging(argocd): increase memory request
Browse files Browse the repository at this point in the history
We seem to regularly be being OOM killed so this commit
increases the request to match the limit of 512Mi

Bug: T375195
  • Loading branch information
tarrow committed Nov 15, 2024
1 parent 27c9eab commit c404976
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ dex:
requests:
memory: 64Mi

controller:
resources:
limits:
memory: 512Mi
requests:
cpu: 250m
memory: 512Mi

configs:
cm:
ui.bannercontent: "STAGING"
Expand Down

0 comments on commit c404976

Please sign in to comment.