add health for timezone-service
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
server:
|
||||||
|
port: 8090
|
||||||
|
@@ -31,7 +31,9 @@ spring:
|
|||||||
- id: timezone-service
|
- id: timezone-service
|
||||||
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service.web:8080}
|
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service.web:8080}
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/v1/timezone/**
|
- Path=/v1/timezone/**, /health/timezone
|
||||||
|
filters:
|
||||||
|
- RewritePath=/health/timezone, /actuator/health
|
||||||
|
|
||||||
- id: account-service
|
- id: account-service
|
||||||
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
|
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
|
||||||
|
Reference in New Issue
Block a user