Avoid overlap of rate limit zones

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-27 00:02:17 -03:00
parent 340bb39384
commit 1021051fb3

View file

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