RunpodR
Runpod2y ago
EvaNi

Can’t start web app on 80 port cpu based pod

Hi everyone!

I have a web app. I used nginx for configuration proxy.

I started an app via http-server with port 4000, which is also opened via tcp.

I expose tcp ports 80 and 443 on start of the pod.(I am not sure, maybe I should open Http ports 80 and 443)

When I try to open ip address, I did not see my site.

Did I miss something?
I am mostly interested in port exposing, because I do not understand how this affects my configs.

Thank you in advanced!
Solution
you cant pick what port you want to have external if you exposed port XX TCP it will get random assigned port
SO PORT yyyy WILL POINT TO INTERNAL PORT xx
Was this page helpful?