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
..
charts/cert-manager Allow custom timeout value for webhook calls 2020-10-06 17:08:51 +02:00
crds Merge pull request #3211 from meyskens/csr-extkey 2020-08-27 15:33:37 +01:00
manifests Merge pull request #3179 from meyskens/no-helm-labels 2020-08-14 18:44:32 +01:00
BUILD.bazel Fix up chart and bazel build rules 2020-04-01 18:22:35 +01:00
OWNERS