mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
fix(system/nginx): decrease admission webhooks timeout
The timeout value must be between 1 and 30 seconds
This commit is contained in:
parent
cd6dfc6c5f
commit
2d2919c818
@ -1,6 +1,6 @@
|
||||
ingress-nginx:
|
||||
controller:
|
||||
admissionWebhooks:
|
||||
timeoutSeconds: 60
|
||||
timeoutSeconds: 30
|
||||
tcp:
|
||||
22: "gitea/gitea-ssh:22"
|
||||
|
Loading…
Reference in New Issue
Block a user