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:
parent
22b7b99a8b
commit
ada18bc6e6
|
|
@ -15,3 +15,4 @@ webhooks:
|
||||||
apiGroups: [""]
|
apiGroups: [""]
|
||||||
apiVersions: ["v1"]
|
apiVersions: ["v1"]
|
||||||
resources: ["pods"]
|
resources: ["pods"]
|
||||||
|
timeoutSeconds: 5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue