Skip to content

Commit

Permalink
Lower webhook timeout for digital ocean (kubernetes#7319)
Browse files Browse the repository at this point in the history
* Lower webhook timeout for digital ocean

* Set Digital Ocean value controller.admissionWebhooks.timeoutSeconds to 29
  • Loading branch information
boukeversteegh authored and rikatz committed Aug 21, 2021
1 parent d05d095 commit 658eb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/static/provider/do/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ webhooks:
namespace: ingress-nginx
name: ingress-nginx-controller-admission
path: /networking/v1/ingresses
timeoutSeconds: 29
---
# Source: ingress-nginx/templates/admission-webhooks/job-patch/serviceaccount.yaml
apiVersion: v1
Expand Down
2 changes: 2 additions & 0 deletions hack/generate-deploy-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ controller:
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
config:
use-proxy-protocol: "true"
admissionWebhooks:
timeoutSeconds: 29
EOF

Expand Down

0 comments on commit 658eb29

Please sign in to comment.