Skip to content

Commit

Permalink
add docs for proxy-body-size annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chentao11596 committed Jan 23, 2017
1 parent 8f9b710 commit e0fed27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pkg/ingress/annotations/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e0fed27

Please sign in to comment.