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:
Gage Hugo 2018-06-20 17:37:05 -05:00
parent cc30691207
commit 671166e064

View File

@ -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: