Add annotation to allow any file size in ingress
This change add the "nginx.org/proxy-max-temp-file-size" value to the ingress chart's values file, sets it to "0" to disable temp file caching, and allows serving files of any size. Change-Id: I536ad98585e0270e033db2bc85d448981b3cfd90
This commit is contained in:
parent
cc30691207
commit
671166e064
@ -106,6 +106,7 @@ network:
|
||||
# .deployment.cluster.class
|
||||
kubernetes.io/ingress.class: null
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.org/proxy-max-temp-file-size: "0"
|
||||
external_policy_local: false
|
||||
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user