I'am getting Resource not found when I try to reach http://SOME_URL/q/swagger-ui when running app on Kubernetes
I have set the property
quarkus.swagger-ui.always-include=true
http://SOME_URL/q/openapi is giving me API definition
When app is deployed locally , it works fine
Any idea ?