We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0f025 commit ea54484Copy full SHA for ea54484
deploy/static/provider/do/deploy.yaml
@@ -441,6 +441,7 @@ webhooks:
441
namespace: ingress-nginx
442
name: ingress-nginx-controller-admission
443
path: /networking/v1/ingresses
444
+ timeoutSeconds: 29
445
---
446
# Source: ingress-nginx/templates/admission-webhooks/job-patch/serviceaccount.yaml
447
apiVersion: v1
hack/generate-deploy-scripts.sh
@@ -163,6 +163,8 @@ controller:
163
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
164
config:
165
use-proxy-protocol: "true"
166
+ admissionWebhooks:
167
168
169
EOF
170
0 commit comments