You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/12/15 17:47:46 UTC

[camel-karavan] branch main updated: Resources for Operator deployment

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

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


The following commit(s) were added to refs/heads/main by this push:
     new af227cc  Resources for Operator deployment
af227cc is described below

commit af227cc1e2fcc54ee9aa5bbc7c1d482ba92a895f
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Thu Dec 15 12:47:39 2022 -0500

    Resources for Operator deployment
---
 karavan-operator/src/main/resources/application.properties | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/karavan-operator/src/main/resources/application.properties b/karavan-operator/src/main/resources/application.properties
index 9630e9f..212f8b5 100644
--- a/karavan-operator/src/main/resources/application.properties
+++ b/karavan-operator/src/main/resources/application.properties
@@ -12,6 +12,11 @@ quarkus.kubernetes.service-account=camel-karavan-operator
 quarkus.kubernetes.add-build-timestamp=false
 quarkus.kubernetes.add-version-to-label-selectors=false
 
+quarkus.kubernetes.resources.requests.memory=256Mi
+quarkus.kubernetes.resources.requests.cpu=250m
+quarkus.kubernetes.resources.limits.memory=512Mi
+quarkus.kubernetes.resources.limits.cpu=1000m
+
 quarkus.container-image.builder=jib
 quarkus.container-image.group=ghcr.io/apache
 quarkus.container-image.name=camel-karavan-operator