You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/04/18 22:46:26 UTC

[camel-karavan] 01/02: Fix examples karavan.yaml

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

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

commit a17ebdb9e83ae7d81d156b4dabc96f9ba4a89983
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Apr 18 18:35:41 2023 -0400

    Fix examples karavan.yaml
---
 karavan-cloud/minikube/karavan.yaml  | 3 ++-
 karavan-cloud/openshift/karavan.yaml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/karavan-cloud/minikube/karavan.yaml b/karavan-cloud/minikube/karavan.yaml
index ed20c3af..22aab161 100644
--- a/karavan-cloud/minikube/karavan.yaml
+++ b/karavan-cloud/minikube/karavan.yaml
@@ -8,4 +8,5 @@ spec:
   auth: public
   environment: dev
   runtimes: quarkus,spring-boot
-  nodePort: 30777
\ No newline at end of file
+  nodePort: 30777
+  gitPullInterval: 10s
\ No newline at end of file
diff --git a/karavan-cloud/openshift/karavan.yaml b/karavan-cloud/openshift/karavan.yaml
index 0f7f2482..15d9e313 100644
--- a/karavan-cloud/openshift/karavan.yaml
+++ b/karavan-cloud/openshift/karavan.yaml
@@ -7,4 +7,5 @@ spec:
   instances: 1
   auth: public
   environment: dev
-  runtimes: quarkus,spring-boot
\ No newline at end of file
+  runtimes: quarkus,spring-boot
+  gitPullInterval: 10s
\ No newline at end of file