From 671166e064b794c55d1bcbcf29e61424b9d71d4a Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 20 Jun 2018 17:37:05 -0500 Subject: [PATCH] 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 --- ingress/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ingress/values.yaml b/ingress/values.yaml index 67021ad928..005066b893 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -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: