Need some guidance regarding accessing GRPC server on google cloud run
I have a C# service that listens on GRPC endpoints, which I have deployed to google cloud run services. I see from the logs that my service is running. However, I cannot access the GRPC endpoints from my desktop via postman nor my client app.