### Version nginx: 5.1.0 chart: 2.2.1 ### What Kubernetes platforms are you running on? Other ### Steps to reproduce 1. create a virtualserver 2. the virtual server takes the ip from the service ex. 10.0.0.1 3. create a classic ingress the addess is filled with the same 10.0.0.1 from the service 4. override the config with creating "controller.config.extries" --> creaties a config map with entry external-status-address: 172.10.0.1 5. take a look at the ingress and virtualserver ingress is changed to 172.10.0.1 virtual server is still on old entry 10.0.0.1 6. create a new virtualserver and look at the ip --> 172.10.0.1 is shown... can you confirm this?