Can I create a K8s ingress route that maps to an IP?

I have Traefik deployed on a Kubernetes cluster. Can I create a route that directs traffic to an IP or hostname instead of a k8s service using an ingress route so that I can dynamically change it?