I am deploying my spring boot application in Openshift and the same uses external mongodb cluster for which I have created Endpoints/Service Objects. In my application.properties file I am using service name and when I try to call some API I am getting below error
No server chosen by WritableServerSelector from cluster description
Thanks for the help
Can you check your configurations as following link.
https://docs.openshift.com/container-platform/3.9/dev_guide/integrating_external_services.html