CAMEL-20243: camel-main - Move route controller options into its own group
diff --git a/main-health/src/main/resources/application.properties b/main-health/src/main/resources/application.properties
index a73d0fd..4f414d5 100644
--- a/main-health/src/main/resources/application.properties
+++ b/main-health/src/main/resources/application.properties
@@ -23,7 +23,7 @@
 camel.main.load-health-checks = true
 
 # enable supervised route controller which will startup routes in safe manner
-camel.route-controller.supervise-enabled = true
+camel.route-controller.enabled = true
 # attempt up till 10 times to start a route (and exhaust if still failing)
 # when a route is exhausted then its taken out as being supervised and
 # will not take part of health-check either (UNKNOWN state)