Ingress service paths

Have two services deployed locally and trying to get the Ingress paths working. The first one is working (/echo → ClusterIP service).

My problem is getting my NodePort service routed (/app → NodePort service) Have tried chaning the service to a ClusterIP service but doesn’t work… Both services run in same namespace (default)

My container service is exposed at port 8080

Is it possible to route a NodePort service (although this is just for testing) ?

Running kubernetes v1.19.3

New to k8s… any ideas?