|
@@ -17,7 +17,9 @@ zuul:
|
|
|
scheduler:
|
|
scheduler:
|
|
|
path: /sched/**
|
|
path: /sched/**
|
|
|
serviceId: scheduler-service
|
|
serviceId: scheduler-service
|
|
|
-
|
|
|
|
|
|
|
+ data-extraction:
|
|
|
|
|
+ path: /data-extraction/**
|
|
|
|
|
+ serviceId: data-extraction-service
|
|
|
admin-service:
|
|
admin-service:
|
|
|
ribbon:
|
|
ribbon:
|
|
|
listOfServers: http://admin:8080
|
|
listOfServers: http://admin:8080
|
|
@@ -30,7 +32,9 @@ metering-service:
|
|
|
scheduler-service:
|
|
scheduler-service:
|
|
|
ribbon:
|
|
ribbon:
|
|
|
listOfServers: http://scheduler:8080
|
|
listOfServers: http://scheduler:8080
|
|
|
-
|
|
|
|
|
|
|
+data-extraction-service:
|
|
|
|
|
+ ribbon:
|
|
|
|
|
+ listOfServers: http://data-extraction:8080
|
|
|
hystrix:
|
|
hystrix:
|
|
|
command:
|
|
command:
|
|
|
default:
|
|
default:
|
|
@@ -80,4 +84,8 @@ metering-service:
|
|
|
listOfServers: http://localhost:8084
|
|
listOfServers: http://localhost:8084
|
|
|
scheduler-service:
|
|
scheduler-service:
|
|
|
ribbon:
|
|
ribbon:
|
|
|
- listOfServers: http://localhost:8085
|
|
|
|
|
|
|
+ listOfServers: http://localhost:8085
|
|
|
|
|
+data-extraction-service:
|
|
|
|
|
+ ribbon:
|
|
|
|
|
+ listOfServers: http://localhost:8086
|
|
|
|
|
+
|