increase proxy body size for audiobookshelf ingress [ci skip]
This commit is contained in:
parent
93811da2ff
commit
7ae68d7830
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue