Expose multiple ip address for kubernetes-worker

I deployed kubernetes core using conjure-up / juju

After deployment, i see the following from juju status for kubernetes-worker, it’s public address is x.x.x.x.

I edited that machine and added another interface that is a bridge interface to make it visible on the same lan subnet, so now it has x.x.x.x & y.y.y.y but in status, it remains x.x.x.x

When I navigate to y.y.y.y i see nginx and that it's 404 not found and after redirecting traffic to it via the router, and then i use a domain name i get ERR_CONNECTION_TIMED_OUT

Is there any way that I expose kubernetes-worker via the second added nic?