This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit a7057af584e55e2f703eb62e27226994d0f0ffa9 Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Mon Nov 5 15:10:28 2018 +0100 Document the ingress trait --- docs/traits.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/traits.adoc b/docs/traits.adoc index efe2aa1..c25e533 100644 --- a/docs/traits.adoc +++ b/docs/traits.adoc @@ -77,6 +77,21 @@ The following is a list of common traits that can be configured by the end users + It's enabled by default whenever a Service is added to the integration (through the `service` trait). +| ingress +| Kubernetes +| Exposes the service associated with the integration to the outside world with a Kubernetes Ingress. + + + + + It's enabled by default whenever a Service is added to the integration (through the `service` trait). + +[cols="m,"] +!=== + +! ingress.host +! **Required**. To configure the host exposed by the ingress. + +!=== + |=======================