apiVersion: networking.x-k8s.io/v1alpha1 kind: HTTPRoute metadata: name: traefik-dashboard-httproute namespace: kube-system labels: app: traefik spec: hostnames: - "traefik.mydlq.club" rules: - matches: - path: type: Prefix value: / forwardTo: - serviceName: traefik port: 8080 weight: 1