Skip to content

Commit ea54484

Browse files
Lower webhook timeout for digital ocean (#7319)
* Lower webhook timeout for digital ocean * Set Digital Ocean value controller.admissionWebhooks.timeoutSeconds to 29
1 parent ea0f025 commit ea54484

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

deploy/static/provider/do/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ webhooks:
441441
namespace: ingress-nginx
442442
name: ingress-nginx-controller-admission
443443
path: /networking/v1/ingresses
444+
timeoutSeconds: 29
444445
---
445446
# Source: ingress-nginx/templates/admission-webhooks/job-patch/serviceaccount.yaml
446447
apiVersion: v1

hack/generate-deploy-scripts.sh

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ controller:
163163
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
164164
config:
165165
use-proxy-protocol: "true"
166+
admissionWebhooks:
167+
timeoutSeconds: 29
166168
167169
EOF
168170

0 commit comments

Comments
 (0)