I am using the quarkus-smallrye-health
extension in my Quarkus application. Our load balancer for our container platform requires that our application expose a health check endpoint over HTTP. For the other endpoints, I would like those to be exposed over HTTPS.
I've looked through the documentation but have not seen anything that would allow me to do this through Quarkus configuration parameters.