I have deployed an api that is developed on Quarkus to Kubernetes by enabling swagger with the properties,
quarkus.swagger-ui.always-include=true quarkus.swagger-ui.path=/swagger-ui.html
In local swagger comes up, but when deployed to Kubernetes, swagger UI doesnt show any api's, it shows below error.enter image description here
any suggestions? on how to fix the issue?