Skip to content

Commit

Permalink
Set timeout on admission webhooks (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie authored May 14, 2020
1 parent 44a14be commit 651e7f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/core/webhooks/config-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ webhooks:
matchExpressions:
- key: eventing.knative.dev/release
operator: Exists
timeoutSeconds: 2
1 change: 1 addition & 0 deletions config/core/webhooks/defaulting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ webhooks:
sideEffects: None
failurePolicy: Fail
name: webhook.eventing.knative.dev
timeoutSeconds: 2
1 change: 1 addition & 0 deletions config/core/webhooks/resource-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ webhooks:
sideEffects: None
failurePolicy: Fail
name: validation.webhook.eventing.knative.dev
timeoutSeconds: 2
1 change: 1 addition & 0 deletions config/core/webhooks/sinkbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ webhooks:
failurePolicy: Fail
sideEffects: None
name: sinkbindings.webhook.sources.knative.dev
timeoutSeconds: 2

0 comments on commit 651e7f7

Please sign in to comment.