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
Title: Modify grpc web socket address to route through ingress
Description:
For the gRPC-web implementation, the socket address and port are currently set to the name and port of the gRPC service. I would like to wrap this service within the ingress. Is this configuration possible?
I attempted to set it up but encountered a “404 Not Found” error.
The original configuration is similar to this example
and change the following lines
Title: Modify grpc web socket address to route through ingress
Description:
For the gRPC-web implementation, the socket address and port are currently set to the name and port of the gRPC service. I would like to wrap this service within the ingress. Is this configuration possible?
I attempted to set it up but encountered a “404 Not Found” error.
The original configuration is similar to this example
and change the following lines
The ingress configuration
The text was updated successfully, but these errors were encountered: