increase proxy body size for audiobookshelf ingress [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-29 15:00:11 +00:00
parent 93811da2ff
commit 7ae68d7830
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -126,7 +126,7 @@ resource "kubernetes_ingress_v1" "audiobookshelf" {
namespace = "audiobookshelf"
annotations = {
"kubernetes.io/ingress.class" = "nginx"
"nginx.ingress.kubernetes.io/proxy-body-size" : "5000m"
"nginx.ingress.kubernetes.io/proxy-body-size" : "20000m"
}
}

Binary file not shown.