I want to register in my Eureka instance a ElasticSearch service (and some others) with a hardcoded IP.
The idea here is that my other services (like Zuul) could access those services using ribbon.
It would be optimal to set those services in my Eureka's application.yml
Is it possible? And how?
It is not a feature that eureka supports.