disable limits on immich [ci skip]
This commit is contained in:
parent
420a249bf0
commit
2776b2bf5c
1 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,9 @@ module "ingress" {
|
||||||
proxy_cache_bypass $http_x_purge;
|
proxy_cache_bypass $http_x_purge;
|
||||||
add_header X-Cache-Status $upstream_cache_status;
|
add_header X-Cache-Status $upstream_cache_status;
|
||||||
EOF
|
EOF
|
||||||
|
"nginx.ingress.kubernetes.io/limit-connections" : 0
|
||||||
|
"nginx.ingress.kubernetes.io/limit-rps" : 0
|
||||||
|
"nginx.ingress.kubernetes.io/limit-rpm" : 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue