In its current state, the project deploys both kind: Ingress and kind: HTTPRoute objects. Since both the nginx ingress minikube addon and the Istio API Gateway are trying to bind to port 80/443 of the minikube container, they can't work together at the same time. All the remaining kind: Ingress object of the project should be ported to the kind: HTTPRoute format and make use of the API Gateway capabilities.
In its current state, the project deploys both
kind: Ingressandkind: HTTPRouteobjects. Since both the nginx ingress minikube addon and the Istio API Gateway are trying to bind to port 80/443 of the minikube container, they can't work together at the same time. All the remainingkind: Ingressobject of the project should be ported to thekind: HTTPRouteformat and make use of the API Gateway capabilities.