loosen enxtcloud ddos settings to avoid blocking file sync [ci skip]
This commit is contained in:
parent
917191e074
commit
102984c7bf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue