Files
cert-manager/deploy
Renan Gonçalves 5aa87267ab Allow custom timeout value for webhook calls
Because webhooks add to API request latency, they should evaluate as
quickly as possible. `timeoutSeconds` allows configuring how long the
API server should wait for a webhook to respond before treating the call
as a failure.

The default values from Kubernetes are, however, too large. For
`admissionregistration.k8s.io/v1` the default value is 10 seconds while
for `admissionregistration.k8s.io/v1beta1` is 30 seconds!

This default value of 10 seconds should be more than enough for standard
installs.

Signed-off-by: Renan Gonçalves <renan.saddam@gmail.com>
2020-10-06 17:08:51 +02:00
..
2020-04-01 18:22:35 +01:00
2019-01-24 19:38:31 +00:00