fix two bugs with backend-protocol annotation
This commit is contained in:
parent
ad89a93a29
commit
cdb244e579
2 changed files with 5 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ func (n *NGINXController) createServers(data []*extensions.Ingress,
|
|||
defLoc.Denied = anns.Denied
|
||||
defLoc.LuaRestyWAF = anns.LuaRestyWAF
|
||||
defLoc.InfluxDB = anns.InfluxDB
|
||||
defLoc.BackendProtocol = anns.BackendProtocol
|
||||
} else {
|
||||
glog.V(3).Infof("Ingress %q defines both a backend and rules. Using its backend as default upstream for all its rules.",
|
||||
ingKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue