eureka force service registration from application.yml

246 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

It is not a feature that eureka supports.