I have 2 services which expose on port 80, I only have 1 node (minikube), and I am unable to expose the sites on the host
what im after is
http://minikube-host-ip/vote & http://minikube-host-ip/vote
i do not want to provide a DNS name (not at the moment), and for now I want to expose the port 80
I have the following which does not work
can anyone explain what im doing wrong