apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: sonarr spec: entryPoints: - web routes: - match: Host(`sonarr.k3s`) kind: Rule services: - name: sonarr namespace: apps nativeLB: true kind: Service port: 8989