Open Zarak-Shah-ji opened 2 years ago
The media-frontend URL generated through cmd
$ minikube -n social-network service --all
is working and showing me the web page:
For its working i just changed the targetPort: 80
which is by default kept to 8080 in media-frontend.yaml
But still i'm not sure that whether this is the right page that i'm seeing and i'm still not able to run nginx-thrift URL. It still shows connection refused on web page.
Now i can see the same pg fas above or nginx-thrift on port 80 but that is not what i want. I wanted to see social-network UI page Not sure what should be done?
minikube start --mount --mount-string=/pwd/social-network:/pwd/social-network
This solved the problem but compose-post-service isn't working though
The pods for nginx-thrift and media-fronted are running but still i have the issue that is: when i try
$ minikube -n social-network service --all
and see the URL of nginx-thrift ,media-frontend and jaegar-out The URL for jaegar-out works properly and opens ups the jaeger UI but when i try going to URL of nginx-thrift or media-frontend they show :192.168.49.2 refused to connect
page on the browserPlease help.