UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3c28b5b9 authored by Michael Martin's avatar Michael Martin Committed by Ryan Garcia
Browse files

increase the limits for bb ci runs

parent 25e0dc7c
No related branches found
No related tags found
1 merge request!3540increase the limits for bb ci runs
......@@ -104,6 +104,9 @@ kiali:
# if enabling the keycloak SSO integration test, set strategy to "openid"
#strategy: "openid"
strategy: "anonymous"
resources:
limits:
cpu: "1"
bbtests:
enabled: true
cypress:
......@@ -118,6 +121,9 @@ kiali:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 2Gi
clusterAuditor:
......@@ -909,6 +915,13 @@ neuvector:
artifacts: true
envs:
cypress_url: https://neuvector.bigbang.dev
resources:
requests:
cpu: "2"
memory: "1500M"
limits:
cpu: "2"
memory: "1500M"
twistlock:
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