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 2021/07/19 14:35:31 UTC

[GitHub] [camel-k] Kyle-Cooley opened a new issue #2513: Liveness and Readiness Probes not Supported When Using HTTPS

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez commented on issue #2513: Liveness and Readiness Probes not Supported When Using HTTPS

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2513:
URL: https://github.com/apache/camel-k/issues/2513#issuecomment-900925643


   Closed by #2527


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez commented on issue #2513: Liveness and Readiness Probes not Supported When Using HTTPS

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2513:
URL: https://github.com/apache/camel-k/issues/2513#issuecomment-900925643


   Closed by #2527


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez closed issue #2513: Liveness and Readiness Probes not Supported When Using HTTPS

Posted by GitBox <gi...@apache.org>.
squakez closed issue #2513:
URL: https://github.com/apache/camel-k/issues/2513


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez closed issue #2513: Liveness and Readiness Probes not Supported When Using HTTPS

Posted by GitBox <gi...@apache.org>.
squakez closed issue #2513:
URL: https://github.com/apache/camel-k/issues/2513


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org