CAMEL-15821: Turn on lightweight in example
diff --git a/examples/camel-example-routetemplate/src/main/resources/application.properties b/examples/camel-example-routetemplate/src/main/resources/application.properties
index 52fc3fd..70275c1 100644
--- a/examples/camel-example-routetemplate/src/main/resources/application.properties
+++ b/examples/camel-example-routetemplate/src/main/resources/application.properties
@@ -19,6 +19,9 @@
 # here you can configure options on camel main (see MainConfigurationProperties class)
 camel.main.name = MyCoolCamel
 
+# turn on lightweight mode
+camel.main.lightweight = true
+
 # create routes from the route template
 # this can also be done in Java code, see MyConfiguration.java
 camel.route-template[0].template-id = myTemplate