This is what I did.
Now my web page returns "Bad Gateway" and the "devspaces-proxy" log returns this:
Accepted outer connection from 10.244.0.17:47390
Error opening inner connection for 10.244.0.17:47390 to 10.244.0.169:80: Connection refused 10.244.0.169:80
Reset outer connection from 10.244.0.17:47390
Disposed connections related to 10.244.0.17:47388
According to kubernetes web dashboard, my service has a endpoint 10.244.0.169 with ports http, 80, TCP and
Shouldn't I be able to access the page even after I stoped debugging or am I missing something here?