Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -43,7 +43,7 @@ spring:
|
||||
- RewritePath=/timezone-service/(?<segment>.*), /$\{segment}
|
||||
|
||||
- id: google-service
|
||||
uri: ${GOOGLE_SERVICE_URI:http://google-service.web:8080}
|
||||
uri: lb://google-service
|
||||
predicates:
|
||||
- Path=/v1/account/**, /health/google, /google-service/v3/api-docs
|
||||
filters:
|
||||
@@ -51,7 +51,7 @@ spring:
|
||||
- RewritePath=/google-service/(?<segment>.*), /$\{segment}
|
||||
|
||||
- id: token-service
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
|
||||
uri: lb://backend-service
|
||||
predicates:
|
||||
- Path=/v1/token/**, /health/backend, /token-service/v3/api-docs
|
||||
filters:
|
||||
|
Reference in New Issue
Block a user