Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我quarkus-smallrye-health在我的 Quarkus 应用程序中使用扩展。我们容器平台的负载均衡器要求我们的应用程序通过 HTTP 公开一个健康检查端点。对于其他端点,我希望通过 HTTPS 公开它们。
quarkus-smallrye-health
我查看了文档,但没有看到任何允许我通过 Quarkus 配置参数执行此操作的内容。