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

commit 8bddb93d4f2a7a06f8cbfa28654497faca28f3f4
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Mon Sep 16 15:28:26 2024 -0400

    #1416
---
 karavan-app/src/main/resources/templates/docker/application.properties  | 2 ++
 .../src/main/resources/templates/kubernetes/application.properties      | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/karavan-app/src/main/resources/templates/docker/application.properties 
b/karavan-app/src/main/resources/templates/docker/application.properties
index 01d4fb98..974cca00 100644
--- a/karavan-app/src/main/resources/templates/docker/application.properties
+++ b/karavan-app/src/main/resources/templates/docker/application.properties
@@ -8,7 +8,9 @@ camel.jbang.jib-maven-plugin-version=3.4.3
 camel.server.enabled=true
 camel.server.healthCheckEnabled=true
 camel.server.devConsoleEnabled=true
+camel.main.name=${projectId}
 camel.main.tracingStandby=true
+camel.trace.enabled=true
 camel.main.autoConfigurationFailFast=false
 camel.routecontroller.superviseEnabled=true
 camel.routecontroller.backoffDelay=5000
diff --git 
a/karavan-app/src/main/resources/templates/kubernetes/application.properties 
b/karavan-app/src/main/resources/templates/kubernetes/application.properties
index 38792c3a..2b9f7525 100644
--- a/karavan-app/src/main/resources/templates/kubernetes/application.properties
+++ b/karavan-app/src/main/resources/templates/kubernetes/application.properties
@@ -10,6 +10,8 @@ camel.health.exposure-level=full
 camel.server.enabled=true
 camel.server.healthCheckEnabled=true
 camel.server.devConsoleEnabled=true
+camel.main.name=${projectId}
+camel.trace.enabled=true
 camel.main.tracingStandby=true
 camel.main.autoConfigurationFailFast=false
 camel.routecontroller.superviseEnabled=true

Reply via email to