add google-service to gateway

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-18 09:30:16 +02:00
parent 37f0466aeb
commit a6b2184ba2
2 changed files with 6 additions and 3 deletions

View File

@@ -35,10 +35,12 @@ spring:
filters:
- RewritePath=/health/timezone, /actuator/health
- id: account-service
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
- id: google-service
uri: ${GOOGLE_SERVICE_URI:http://google-service.web:8080}
predicates:
- Path=/v1/account/**
- Path=/v1/account/**, /health/google
filters:
- RewritePath=/health/google, /actuator/health
- id: token-service
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}