diff --git a/route.camel.json b/route.camel.json new file mode 100644 index 0000000..88d7d06 --- /dev/null +++ b/route.camel.json @@ -0,0 +1,11 @@ +# camel-k: language=yaml + +# Write your routes here, for example: +- from: + uri: "timer:yaml" + parameters: + period: "1000" + steps: + - setBody: + constant: "Hello Camel K from yaml" + - to: "log:info" \ No newline at end of file