This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new f2b6e7bef fix(ci): tune resources
f2b6e7bef is described below

commit f2b6e7bef4085fdc12be36911cf8b4706ee7cfc2
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Jul 29 09:34:01 2024 +0200

    fix(ci): tune resources
---
 pkg/resources/config/manager/operator-deployment.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 2a985e8bd..b7ba60c14 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -80,8 +80,8 @@ spec:
             periodSeconds: 10
           resources:
             requests:
-              memory: "4Gi"
-              cpu: "1"
+              memory: "2Gi"
+              cpu: "500m"
             limits:
               memory: "8Gi"
               cpu: "2"

Reply via email to