Merge pull request #4379 from diazjf/mirror
Allow Requests to be Mirrored to different backends
This commit is contained in:
commit
adef152db8
9 changed files with 264 additions and 1 deletions
|
|
@ -1169,6 +1169,7 @@ func locationApplyAnnotations(loc *ingress.Location, anns *annotations.Ingress)
|
|||
loc.CustomHTTPErrors = anns.CustomHTTPErrors
|
||||
loc.ModSecurity = anns.ModSecurity
|
||||
loc.Satisfy = anns.Satisfy
|
||||
loc.Mirror = anns.Mirror
|
||||
}
|
||||
|
||||
// OK to merge canary ingresses iff there exists one or more ingresses to potentially merge into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue