From 3c28b5b9e13dbc68dc4c3702ced7126cae106538 Mon Sep 17 00:00:00 2001
From: Michael Martin <michaelmartin@seed-innovations.com>
Date: Mon, 11 Dec 2023 16:35:31 +0000
Subject: [PATCH] increase the limits for bb ci runs

---
 tests/test-values.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 4d0a292c02..59aea550c5 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -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
-- 
GitLab