log annotation should be set for catch-all servers

This commit is contained in:
Elvin Efendi 2018-05-31 13:46:35 -04:00
parent aeab2002f1
commit c97d6e1110

View file

@ -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