gRPC Public endpoint not accessible
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.
4 Replies
Project ID:
703f10f1-7dc2-4251-9733-755b889fff90
Project ID - 703f10f1-7dc2-4251-9733-755b889fff90
@team any help would be appreciated, I am stuck on this for quite a while. TY.
do not ping / tag any team members / moderators, this is community support.
#🛂|readme #5
Ok. Sorry.
Can atleast anyone acknowledge this. Frankly I’ve never seen such poor communication ever.
I understand this is community support but if we don’t get may help from this then what’s the point.
Nvm after painful last 24 hours I finally got the solution. Removing expose from the dockerfile. Don’t know why that works.
But leaving this here so if anyone else faces the situation.