UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 78f9e55f authored by Daniel Dides's avatar Daniel Dides Committed by Christopher O'Connell
Browse files

argocd: increase resource requests/limits provided

parent 0cc34e40
No related branches found
No related tags found
1 merge request!3365argocd: increase resource requests/limits provided
......@@ -977,6 +977,19 @@ addons:
cypress:
envs:
cypress_url: "https://argocd.bigbang.dev"
resources:
requests:
cpu: 2
memory: 2Gi
istio:
sidecar:
resources:
cpu:
requests: 100m
limits: 2000m
memory:
requests: 512Mi
limits: 2048Mi
authservice:
enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment