This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new d3c0b3e  Add kamelet chuck norris example
d3c0b3e is described below

commit d3c0b3ee1f3f4adb05a931d8fd240015e23dee15
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 1 15:19:00 2021 +0200

    Add kamelet chuck norris example
---
 .../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/camel-example-kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
 
b/examples/camel-example-kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
index 42c2644..75be465 100644
--- 
a/examples/camel-example-kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
+++ 
b/examples/camel-example-kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
@@ -21,7 +21,7 @@ spec:
         title: Period
         description: The interval (msec) to wait before getting the next joke
         type: integer
-        default: 5000
+        default: 10000
   types:
     out:
       mediaType: text/plain

Reply via email to