add health for timezone-service

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-18 08:29:33 +02:00
parent f08162fdc4
commit 37f0466aeb
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
server:
port: 8090

View File

@@ -31,7 +31,9 @@ spring:
- id: timezone-service
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service.web:8080}
predicates:
- Path=/v1/timezone/**
- Path=/v1/timezone/**, /health/timezone
filters:
- RewritePath=/health/timezone, /actuator/health
- id: account-service
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}