Quarkus Swagger UI not working on Kubernetes

2/22/2021

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 ?

-- Igor Vuković
java
kubernetes
quarkus
swagger

0 Answers