Hi
I have a gRPC service that I deployed through a Dockerfile, which is attached for reference and as seen I am exposing 60062 port from the container. Now in the second pic it is visible that I created a TCP proxy mapping to 60062 port on the container. I can also see in the deplpy logs that the service started succesfully. Unfortunately when I am trying to access this service I get an error that service is unavailabe.
Please let me know what am I missing.