Merge pull request #82 from spotify/inventory-routing

fix: adjust routing for inventory
This commit is contained in:
Jefferson Girão
2020-02-07 12:01:30 +01:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ static_resources:
route:
cluster: builds_service
max_grpc_timeout: 0s
- match: { prefix: '/inventory' }
- match: { prefix: '/spotify.backstage.inventory.v1.Inventory/' }
route:
cluster: inventory_service
max_grpc_timeout: 0s