Multiple services: How to configure traffic to traefik

I have installed traefik on kubernetes with helm and exposed it using a LoadBalancer. In traefik v2, this created one service with a single external IP:


I would just point my domain to that and be golden.

In traefik v3, there are three service objects each with a different IP:

Where do I point my domain to now to access my applications using traefik? (Note that the first screenshot is from a video and therefore also has different IP nets)

I could not find any mention of this in the documentation.