increase proxy body size for audiobookshelf ingress [ci skip]
This commit is contained in:
parent
9875108e94
commit
ee6eddf880
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ resource "kubernetes_ingress_v1" "audiobookshelf" {
|
||||||
namespace = "audiobookshelf"
|
namespace = "audiobookshelf"
|
||||||
annotations = {
|
annotations = {
|
||||||
"kubernetes.io/ingress.class" = "nginx"
|
"kubernetes.io/ingress.class" = "nginx"
|
||||||
"nginx.ingress.kubernetes.io/proxy-body-size" : "5000m"
|
"nginx.ingress.kubernetes.io/proxy-body-size" : "20000m"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue