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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to