You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/12 17:14:37 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1341: Probes not bound to Knative services

nicolaferraro opened a new issue #1341: Probes not bound to Knative services
URL: https://github.com/apache/camel-k/issues/1341
 
 
   Running the example in:
   
   With command:
   ```
   kamel run API.java --open-api openapi.yaml --property-file application-prod.properties  -t probes.enabled=true -t probes.bind-port=8080
   ```
   
   The Ksvc is populated with the following probes:
   
   ```
   readinessProbe:
     successThreshold: 1
     tcpSocket:
       port: 0
   ```
   
   No liveness probe.
   
   It seems something attached by Knative, while my settings are lost.
   
   Looking at the trait, the trait applies only to deployments, while it should look for containers in the collection.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] nicolaferraro closed issue #1341: Probes not bound to Knative services

Posted by GitBox <gi...@apache.org>.
nicolaferraro closed issue #1341: Probes not bound to Knative services
URL: https://github.com/apache/camel-k/issues/1341
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services