I use the SmallRye Health extension in Quarkus.
The /q/health-ui
is acutally only enabled in devmode.
How can i enable it in the runtime?
%runtime.quarkus.smallrye.health.ui.enable=true
Does not work. Thanks for your help.
Now: quarkus.smallrye-health.ui.always-include=true worked