disable proxy body size liimin on nextcloud ingress [ci skip]
This commit is contained in:
parent
b25efdeaef
commit
a7ea0c1818
2 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,8 @@ resource "kubernetes_ingress_v1" "nextcloud" {
|
|||
namespace = "nextcloud"
|
||||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
"nginx.ingress.kubernetes.io/client-max-body-size" : "0"
|
||||
"nginx.ingress.kubernetes.io/proxy-body-size" : "0",
|
||||
# "nginx.ingress.kubernetes.io/auth-url" : "https://oauth2.viktorbarzin.me/oauth2/auth"
|
||||
# "nginx.ingress.kubernetes.io/auth-signin" : "https://oauth2.viktorbarzin.me/oauth2/start?rd=/redirect/$http_host$escaped_request_uri"
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue