set max body size to 50mb [ci skip]
This commit is contained in:
parent
5ce0e5358e
commit
9e5e6469ff
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ resource "kubernetes_ingress_v1" "proxied-ingress" {
|
||||||
# Do not do hairpinning
|
# Do not do hairpinning
|
||||||
"nginx.ingress.kubernetes.io/auth-url" : var.protected ? "http://oauth2.oauth2.svc.cluster.local/oauth2/auth" : null
|
"nginx.ingress.kubernetes.io/auth-url" : var.protected ? "http://oauth2.oauth2.svc.cluster.local/oauth2/auth" : null
|
||||||
"nginx.ingress.kubernetes.io/auth-signin" : var.protected ? "http://oauth2.oauth2.svc.cluster.local/oauth2/start?rd=/redirect/$http_host$escaped_request_uri" : null
|
"nginx.ingress.kubernetes.io/auth-signin" : var.protected ? "http://oauth2.oauth2.svc.cluster.local/oauth2/start?rd=/redirect/$http_host$escaped_request_uri" : null
|
||||||
|
"nginx.ingress.kubernetes.io/proxy-body-size" : "50m"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue