add docs for proxy-body-size annotation
This commit is contained in:
parent
8f9b71002b
commit
e0fed27ff2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue