This is an automated email from the ASF dual-hosted git repository.

chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dedd8e  Add default ingress annotation for proxy-body-size(#517)
9dedd8e is described below

commit 9dedd8eb2ca28465b993aa4a9eb238c3775dfdbd
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Tue Sep 3 01:14:59 2019 -0400

    Add default ingress annotation for proxy-body-size(#517)
    
    Add proxy-body-size annotation to default ingress annotations defined in 
values.yaml to enable larger payload upto 50MB supported by OpenWhisk
    
    Fixes #509.
---
 helm/openwhisk/values.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index b829cb4..cc1c693 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -55,6 +55,7 @@ whisk:
     apiHostProto: "https"
     type: NodePort
     annotations:
+      nginx.ingress.kubernetes.io/proxy-body-size: "50m"
     domain: "domain"
     tls:
       enabled: false

Reply via email to