fix(system/nginx): decrease admission webhooks timeout

The timeout value must be between 1 and 30 seconds
This commit is contained in:
Khue Doan 2021-12-11 18:37:13 +07:00
parent cd6dfc6c5f
commit 2d2919c818

View File

@ -1,6 +1,6 @@
ingress-nginx:
controller:
admissionWebhooks:
timeoutSeconds: 60
timeoutSeconds: 30
tcp:
22: "gitea/gitea-ssh:22"