removing timeouts from app exports in cloud

This commit is contained in:
Martin McKeaveney 2021-12-16 18:42:42 +01:00
parent 2c668b99ce
commit 4356a84853
1 changed files with 8 additions and 0 deletions

View File

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