Skip to content

Commit

Permalink
loosen knative webhook timeout restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghorse0510 committed Aug 17, 2023
1 parent d44cdad commit 64a1051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/knative_yamls/serving-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6721,7 +6721,7 @@ webhooks:
- key: app.kubernetes.io/component
operator: In
values: ["autoscaler", "controller", "logging", "networking", "observability", "tracing"]
timeoutSeconds: 10
timeoutSeconds: 60

---
# Copyright 2020 The Knative Authors
Expand Down Expand Up @@ -6882,7 +6882,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
name: validation.webhook.domainmapping.serving.knative.dev
timeoutSeconds: 10
timeoutSeconds: 60
rules:
- apiGroups:
- serving.knative.dev
Expand Down Expand Up @@ -6929,7 +6929,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
name: validation.webhook.serving.knative.dev
timeoutSeconds: 10
timeoutSeconds: 60
rules:
- apiGroups:
- autoscaling.internal.knative.dev
Expand Down

0 comments on commit 64a1051

Please sign in to comment.