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