removing timeouts from app exports in cloud

This commit is contained in:
Martin McKeaveney 2021-12-16 18:42:42 +01:00
parent 9f5bc94b17
commit 375364784b
1 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,14 @@ static_resources:
route: route:
cluster: app-service cluster: app-service
- match:
safe_regex:
google_re2: {}
regex: "/api/.*/export"
route:
timeout: 0s
cluster: app-service
- match: { path: "/api/deploy" } - match: { path: "/api/deploy" }
route: route:
timeout: 60s timeout: 60s