Avoid overlap of rate limit zones
This commit is contained in:
parent
340bb39384
commit
1021051fb3
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (a ratelimit) Parse(ing *networking.Ingress) (interface{}, error) {
|
|||
}, nil
|
||||
}
|
||||
|
||||
zoneName := fmt.Sprintf("%v_%v", ing.GetNamespace(), ing.GetName())
|
||||
zoneName := fmt.Sprintf("%v_%v_%v", ing.GetNamespace(), ing.GetName(), ing.UID)
|
||||
|
||||
return &Config{
|
||||
Connections: Zone{
|
||||
|
|
Loading…
Reference in a new issue