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 5e9cccade08464b3172c58944a22def452818e15
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Feb 22 22:41:31 2024 -0500

    proeprties for #1135
---
 .../src/main/resources/snippets/docker-application.properties  | 10 +++++-----
 .../main/resources/snippets/kubernetes-application.properties  | 10 +++++-----
 .../main/resources/snippets/openshift-application.properties   | 10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/karavan-web/karavan-app/src/main/resources/snippets/docker-application.properties
 
b/karavan-web/karavan-app/src/main/resources/snippets/docker-application.properties
index 4b447641..580af06f 100644
--- 
a/karavan-web/karavan-app/src/main/resources/snippets/docker-application.properties
+++ 
b/karavan-web/karavan-app/src/main/resources/snippets/docker-application.properties
@@ -11,11 +11,11 @@ camel.server.healthCheckEnabled=true
 camel.server.devConsoleEnabled=true
 camel.main.tracingStandby=true
 camel.main.autoConfigurationFailFast=false
-camel.main.routeControllerSuperviseEnabled=true
-camel.main.routeControllerBackoffDelay = 5000
-camel.main.routeControllerBackoffMaxAttempts = 100
-camel.main.routeControllerInitialDelay = 1000
-camel.main.routeControllerThreadPoolSize = 3
+camel.routecontroller.superviseEnabled=true
+camel.routecontroller.backoffDelay=5000
+camel.routecontroller.backoffMaxAttempts=100
+camel.routecontroller.initialDelay=1000
+camel.routecontroller.threadPoolSize=3
 camel.context.dev-console=true
 camel.health.enabled=true
 camel.health.exposure-level=full
diff --git 
a/karavan-web/karavan-app/src/main/resources/snippets/kubernetes-application.properties
 
b/karavan-web/karavan-app/src/main/resources/snippets/kubernetes-application.properties
index abda3182..832343a9 100644
--- 
a/karavan-web/karavan-app/src/main/resources/snippets/kubernetes-application.properties
+++ 
b/karavan-web/karavan-app/src/main/resources/snippets/kubernetes-application.properties
@@ -13,11 +13,11 @@ camel.server.healthCheckEnabled=true
 camel.server.devConsoleEnabled=true
 camel.main.tracingStandby=true
 camel.main.autoConfigurationFailFast=false
-camel.main.routeControllerSuperviseEnabled=true
-camel.main.routeControllerBackoffDelay = 5000
-camel.main.routeControllerBackoffMaxAttempts = 100
-camel.main.routeControllerInitialDelay = 1000
-camel.main.routeControllerThreadPoolSize = 3
+camel.routecontroller.superviseEnabled=true
+camel.routecontroller.backoffDelay=5000
+camel.routecontroller.backoffMaxAttempts=100
+camel.routecontroller.initialDelay=1000
+camel.routecontroller.threadPoolSize=3
 camel.context.dev-console=true
 label.runtime=app.kubernetes.io/runtime
 
jib.from.image=gcr.io/distroless/java17@sha256:85c2fa20773270fe6fecf576dd5a53f5bb8b914e57a463c533dac034c51862d9
diff --git 
a/karavan-web/karavan-app/src/main/resources/snippets/openshift-application.properties
 
b/karavan-web/karavan-app/src/main/resources/snippets/openshift-application.properties
index ae861d60..d9e2f982 100644
--- 
a/karavan-web/karavan-app/src/main/resources/snippets/openshift-application.properties
+++ 
b/karavan-web/karavan-app/src/main/resources/snippets/openshift-application.properties
@@ -13,11 +13,11 @@ camel.server.healthCheckEnabled=true
 camel.server.devConsoleEnabled=true
 camel.main.tracingStandby=true
 camel.main.autoConfigurationFailFast=false
-camel.main.routeControllerSuperviseEnabled=true
-camel.main.routeControllerBackoffDelay = 5000
-camel.main.routeControllerBackoffMaxAttempts = 100
-camel.main.routeControllerInitialDelay = 1000
-camel.main.routeControllerThreadPoolSize = 3
+camel.routecontroller.superviseEnabled=true
+camel.routecontroller.backoffDelay=5000
+camel.routecontroller.backoffMaxAttempts=100
+camel.routecontroller.initialDelay=1000
+camel.routecontroller.threadPoolSize=3
 camel.context.dev-console=true
 label.runtime=app.openshift.io/runtime
 
jib.from.image=gcr.io/distroless/java17@sha256:85c2fa20773270fe6fecf576dd5a53f5bb8b914e57a463c533dac034c51862d9

Reply via email to