You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/03/18 20:50:00 UTC

[jira] [Updated] (CAMEL-17817) camel-jbang: Trait configuration for health

     [ https://issues.apache.org/jira/browse/CAMEL-17817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-17817:
--------------------------------
    Fix Version/s: 3.17.0

> camel-jbang: Trait configuration for health
> -------------------------------------------
>
>                 Key: CAMEL-17817
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17817
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jbang
>            Reporter: Marat Gubaidullin
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.17.0
>
>
> Camel configuration in trait does not work for health, ex
> {code:java}
> apiVersion: camel.apache.org/v1
> kind: Integration
> metadata:
>   name: postman.yaml
> spec:
>   traits:
>     camel:
>       configuration:
>         properties:
>           - camel.health.enabled=true
>           - camel.health.routesEnabled=true
>           - camel.health.consumersEnabled=true
>           - camel.health.registryEnabled=true
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)