increase immich upload size [ci skip]
This commit is contained in:
parent
dd3d84a296
commit
57ce7d3b10
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ resource "kubernetes_ingress_v1" "immich" {
|
|||
"kubernetes.io/ingress.class" = "nginx"
|
||||
# "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"
|
||||
"nginx.ingress.kubernetes.io/proxy-body-size" : "10000m"
|
||||
"nginx.ingress.kubernetes.io/proxy-body-size" : "100000m"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue