Ajouter route.camel.json

This commit is contained in:
gitea_admin 2026-04-05 11:31:20 +00:00
parent 2f6bcac2e3
commit c5aa46a93d

11
route.camel.json Normal file
View File

@ -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"