Istio all api traffic return 200 Healthy (redirected to readiness probe?)

Hi
Im trying to setup Istio on kubernetes cluster, its all based on books example and it seems to be fine but for some reason, any single request I will make to my API service (get,post, update) it always return 200, and body: “Healthy”. We do have Livenees and Readines Probes in each service so my guess is somewhere I made a mistake and all trafic is being redirected to Readiness Probe?
Where should I start looking for?
paths are more or less like this:
domain.com/api/service/
domain.com/api/service/health/ready