You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to run Vepsa with these helm charts. After the pod is up and running, I tried port-forwarding 19071 and 8081 ports to my machine.
19071 gives a success response, however, 8081 gives connection refused error. I tried execing into the pod and ran curl localhost:8081, the error is the same.
Is there anything wrong with my kubernetes cluster?
Here is my pod manifest:
I have increased the memory limit from 2G to 3G and the process which runs on port 8081 has started up.
In case, this is the only issue then please mark it as done and close.
Thank you!!
Hi,
I'm trying to run Vepsa with these helm charts. After the pod is up and running, I tried port-forwarding 19071 and 8081 ports to my machine.
19071 gives a success response, however, 8081 gives connection refused error. I tried
exec
ing into the pod and ran curl localhost:8081, the error is the same.Is there anything wrong with my kubernetes cluster?
Here is my pod manifest:
Please help me resolving this.
The text was updated successfully, but these errors were encountered: