You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/03/01 14:34:57 UTC

[camel-k] 18/18: fix(e2e): use 8080 port

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

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

commit 67194844bd3fa75962607134473c3c89f026eabd
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Feb 28 16:59:59 2022 +0100

    fix(e2e): use 8080 port
---
 .../common/kamelet-binding-autoload/kamelet-autoload-specific.feature   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
index b3fe929..635bbee 100644
--- a/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
+++ b/e2e/yaks/common/kamelet-binding-autoload/kamelet-autoload-specific.feature
@@ -8,7 +8,7 @@ Feature: Camel K can load specific secrets for Kamelets
       | delayBetweenAttempts | 3000 |
 
   Scenario: KameletBinding can load specific settings for Kamelet
-    Given create Kubernetes service stub-service-2 with target port 8081
+    Given create Kubernetes service stub-service-2 with target port 8080
     And bind Kamelet timer-source to uri http://stub-service-2.${YAKS_NAMESPACE}.svc.cluster.local/specific
     And KameletBinding source properties
       | id  | specific |