Add annotation for client-body-buffer-size per location
Adds an annotation which allows for client-body-buffer-size to be configured per specific locations specified in the ingress resource yaml.
This commit is contained in:
parent
7010627c4c
commit
e9ffbf0f87
9 changed files with 165 additions and 17 deletions
|
|
@ -251,7 +251,7 @@ func buildAuthResponseHeaders(input interface{}) []string {
|
|||
func buildLogFormatUpstream(input interface{}) string {
|
||||
cfg, ok := input.(config.Configuration)
|
||||
if !ok {
|
||||
glog.Errorf("error an ingress.buildLogFormatUpstream type but %T was returned", input)
|
||||
glog.Errorf("error an ingress.buildLogFormatUpstream type but %T was returned", input)
|
||||
}
|
||||
|
||||
return cfg.BuildLogFormatUpstream()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue