diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 55f5bee..6cca3d9 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -29,29 +29,18 @@ spring: maxBackoff: 5000ms routes: - id: timezone-service - uri: ${TIMEZONE_SERVICE_URI:http://timezone-service} + uri: ${TIMEZONE_SERVICE_URI:http://timezone-service.web:8080} predicates: - Path=/v1/timezone/** - filters: - - name: GCPGatewayFilter - args: - audience: ${TIMEZONE_SERVICE_URI:http://timezone-service} - id: account-service - uri: ${BACKEND_SERVICE_URI:http://backend-service} + uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080} predicates: - Path=/v1/account/** - filters: - - name: GCPGatewayFilter - args: - audience: ${BACKEND_SERVICE_URI:http://backend-service} - id: token-service - uri: ${BACKEND_SERVICE_URI:http://backend-service} + uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080} predicates: - Path=/v1/token/** filters: - AuthGatewayFilter - - name: GCPGatewayFilter - args: - audience: ${BACKEND_SERVICE_URI:http://backend-service}