optimize setup
Some checks failed
deploy to hetzner / deploy (push) Failing after 11m18s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-23 00:06:46 +02:00
parent 2ef81803c6
commit 9bb7a2e764
5 changed files with 8 additions and 22 deletions

View File

@@ -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: