apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: luncher namespace: luncher annotations: kubernetes.io/ingress.class: traefik spec: entryPoints: - web routes: - match: Host(`luncher.localhost`) kind: Rule services: - name: luncher port: 3001