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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9cf86f6  fix: Correct Quarkus default health probe path
9cf86f6 is described below

commit 9cf86f64b7ca039fb10012a924388f52d644cd7a
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Mon Jun 28 12:36:16 2021 +0200

    fix: Correct Quarkus default health probe path
---
 pkg/trait/container.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/trait/container.go b/pkg/trait/container.go
index 60bac5a..46ba871 100644
--- a/pkg/trait/container.go
+++ b/pkg/trait/container.go
@@ -40,7 +40,7 @@ const (
        defaultContainerPort     = 8080
        defaultContainerPortName = "http"
        defaultServicePort       = 80
-       defaultProbePath         = "/health"
+       defaultProbePath         = "/q/health"
        containerTraitID         = "container"
 )
 

Reply via email to