Skip to content

Commit

Permalink
chore(argo): increase memory for dex on staging (#1797)
Browse files Browse the repository at this point in the history
This increases the memory since we suspect that's why it now fails to start.
It was stuck in crashloop backoff exiting with code 139
See: argoproj/argo-cd#15786

Bug: T376117
  • Loading branch information
AndrewKostka authored and deer-wmde committed Oct 15, 2024
1 parent 0e70dcc commit 68b9eb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dex:
resources:
limits:
memory: 128Mi
requests:
memory: 64Mi

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

0 comments on commit 68b9eb1

Please sign in to comment.