I have simple config server implementation and when i browse /health
end point I get:
{
status:"UP",
"details":{
"configserver":{
"status":"UP",
"details":{
"repositories":[
{
...
How can I stop this where my config server is check the configserver health again. This is causing the config server to make multiple calls to git which is not needed in my scenario.