From e0fed27ff280bf316983c64b606d7f6d5fb99454 Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Mon, 23 Jan 2017 10:17:46 +0800 Subject: [PATCH] add docs for proxy-body-size annotation --- core/pkg/ingress/annotations/proxy/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/pkg/ingress/annotations/proxy/main.go b/core/pkg/ingress/annotations/proxy/main.go index c1ee7e47b..9cc6bfd74 100644 --- a/core/pkg/ingress/annotations/proxy/main.go +++ b/core/pkg/ingress/annotations/proxy/main.go @@ -24,6 +24,8 @@ import ( ) const ( + /* Describe the maximum allowed size of the client request body + http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size */ bodySize = "ingress.kubernetes.io/proxy-body-size" connect = "ingress.kubernetes.io/proxy-connect-timeout" send = "ingress.kubernetes.io/proxy-send-timeout"