Different IP address per route

Hello all,
I am currently evaluating if we can use traefik as ingress gateway on our Kubernetes clusters. So far everything is working fine. Traffic is routed as expected. Middleware, TLS, headers everything is pulled and working as as expected.

Yesterday I got the hint from our InfoSec department that our firewall rules are based on IP. In the current setup Traefik is deployed as Helm Chart including the CRDs. Accordingly all routes are behind the same IP but with different URLs.

Now the question arises - is it possible to do it differently? So per route an own IP. Whether the service is listening on multiple IP addresses or a separate service is created for each route is irrelevant to me.