loosen enxtcloud ddos settings to avoid blocking file sync [ci skip]

This commit is contained in:
Viktor Barzin 2025-06-11 21:37:59 +00:00
parent 917191e074
commit 102984c7bf

View file

@ -154,6 +154,8 @@ module "ingress" {
extra_annotations = {
"nginx.ingress.kubernetes.io/client-max-body-size" : "0"
"nginx.ingress.kubernetes.io/proxy-body-size" : "0",
"nginx.ingress.kubernetes.io/limit-rps" : 100 # Increased to allow webdav syncing
"nginx.ingress.kubernetes.io/limit-rpm" : 600
}
}