log annotation should be set for catch-all servers
This commit is contained in:
parent
a42d17c109
commit
3e973f5d32
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ func (n *NGINXController) createServers(data []*extensions.Ingress,
|
|||
defLoc.Ingress = ing
|
||||
|
||||
// we need to use the ingress annotations
|
||||
defLoc.Logs = anns.Logs
|
||||
defLoc.BasicDigestAuth = anns.BasicDigestAuth
|
||||
defLoc.ClientBodyBufferSize = anns.ClientBodyBufferSize
|
||||
defLoc.ConfigurationSnippet = anns.ConfigurationSnippet
|
||||
|
|
Loading…
Reference in a new issue