apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: test.route namespace: default spec: entryPoints: - web routes: - match: Host(`foo.com`) && PathPrefix(`/foo`) kind: Rule priority: 12 services: - name: whoami port: 80 - match: Host(`foo.com`) && PathPrefix(`/bar`) kind: Rule priority: 14 services: - name: whoami port: 80