-
Has anyone found a workaround to this? Trying to figure out how to move the /health endpoint to a different port or even to mirror it to a different port. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
ended up moving the scanning of these endpoints to use the same http port so not an issue for me any more. Surprised there's no option for this though. |
Beta Was this translation helpful? Give feedback.
-
I wasn't aware of this issue and Ken left RH to pursue other challenges. I'll take a look at what can be done. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the ping @xstefank |
Beta Was this translation helpful? Give feedback.
-
@kenyee sorry, not yet. I will move this up to look at it this week. |
Beta Was this translation helpful? Give feedback.
-
Thanks @xstefank :-) |
Beta Was this translation helpful? Give feedback.
-
This is now possible thanks to #30506!
...Listening on: http://localhost:8080. Management interface listening on http://0.0.0.0:9000. |
Beta Was this translation helpful? Give feedback.
This is now possible thanks to #30506!
quarkus.management.enabled=true
...Listening on: http://localhost:8080. Management interface listening on http://0.0.0.0:9000.