Skip to content

Commit

Permalink
chore(argo): increase memory for dex on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 2, 2024
1 parent acc2a56 commit 7871c20
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 7871c20

Please sign in to comment.