I have managed to install Traefik v2.5.3 from within Rancher v2.5.5, the kubernetes cluster was build using RKE v1.2.4. Traefik was installed via the App & Marketplace of Rancher with default setting except for enabling the Traefik Dashboard.
The dashboard is accessible via port 9000. I created a single ingressRoute and I cannot access the portal, getting a 404 page not found. What other configuration did I miss here?
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: nginx
namespace: default
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`web.company.com`)
kind: Rule
services:
- kind: Service
name: nginx
port: 80
Logs from the traefik pod
"level=error msg="subset not found for default/nginx" providerName=kubernetescrd ingress=nginx namespace=default