go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/server/cmd/envoy-cloudrun/README.md (about)

     1  # Generic Envoy for Cloud Run services
     2  
     3  For Cloud Run services in
     4  [Multi-Container](https://cloud.google.com/run/docs/deploying#sidecars)
     5  architecture, this directory contains a generic Envoy proxy config and a
     6  dockerfile to build a container. It enables the ability to serve both HTTP/1
     7  traffic and gRPC traffic on the same Cloud Run service with envoy at the front
     8  routing the traffic to the correct port.
     9  
    10  Note: The application container(s) should expose HTTP/1 port on 8081 and gRPC
    11  port on 8082.