fix(backend): Caching - Reduced the cache webhook timeout (#4428)

Reduced the timeout from 30 seconds to 5.
This should not be needed as most users tell us that pods work even when the cache service is not available. But there was at least one customer who experienced timeout failures when creating pods after the service was deleted, but not the webhook config.
This commit is contained in:
Alexey Volkov 2020-08-28 05:16:53 -07:00 committed by GitHub
parent 22b7b99a8b
commit ada18bc6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ webhooks:
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
timeoutSeconds: 5