Hi.
I am running traefik2 in kubernetes cluster. I have created a IngressRoute for every app, which based off host url directs traffic to that particular app.
I am aware of how traefik calculates priority, based on host string/regex length. Instead of calculating values myself, I am looking for a way to retrieve the priorities that are assigned by traefik to various IngressRoute in the running system. I didn't find the priority mentioned in the admin ui either.
Thanks.