Kyle-Cooley opened a new issue #2513: URL: https://github.com/apache/camel-k/issues/2513
When using https to secure internal communications, it is not possible to enable health and readiness probes. https://github.com/apache/camel-k/blob/main/pkg/trait/container.go#L267 ``` if util.IsTrue(t.ProbesEnabled) && portName == defaultContainerPortName { // don't set the port on Knative service as it is not allowed. t.configureProbes(&container, 0, defaultProbePath) } ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
