Kubernetes ingress with the domain can't reach waypoint ui

I’m running waypoint server on kubernetes cluster, i was able to run it successfully and it accessible via node ip and node port, however when I try to create ingress and assign domain, it does not work. This is my ingress settings. I suppose that I have to set something in waypoint server run command to make it work. Currently I use default one as comes after waypoint install.

spec:
  rules:
  - host: exampl.host.com
    http:
      paths:
      - backend:
          serviceName: ingress-150f5acd192e1f27b34fb9c22766be2d
          servicePort: 9702