1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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

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