disable proxy body size liimin on nextcloud ingress [ci skip]

This commit is contained in:
Viktor Barzin 2024-10-07 22:53:14 +00:00
parent b25efdeaef
commit a7ea0c1818
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 2 additions and 0 deletions

View file

@ -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.