Lower webhook timeout for digital ocean (#7319)
* Lower webhook timeout for digital ocean * Set Digital Ocean value controller.admissionWebhooks.timeoutSeconds to 29
This commit is contained in:
parent
ea0f02524b
commit
ea54484795
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -163,6 +163,8 @@ controller:
|
|||
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
|
||||
config:
|
||||
use-proxy-protocol: "true"
|
||||
admissionWebhooks:
|
||||
timeoutSeconds: 29
|
||||
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue