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
The current templates only allow for a single ingress keyed off of service.port, which defaults to the HTTP server. Practically, this means that ingress cannot be enabled for both HTTP and gRPC. The templates could be modified to create multiple ingress objects, and potentially allow for the injection of different backends for different rules.
The text was updated successfully, but these errors were encountered:
@alee792 thanks for the issue. For the sake of getting a chart out more quickly, we chose to prioritize the HTTP endpoint integration first, but we can look into a gRPC ingress configuration option as well. It's hard to cater to a single ingress approach though, since different operators will have different infrastructure requirements etc..
The current templates only allow for a single ingress keyed off of
service.port
, which defaults to the HTTP server. Practically, this means that ingress cannot be enabled for both HTTP and gRPC. The templates could be modified to create multiple ingress objects, and potentially allow for the injection of different backends for different rules.The text was updated successfully, but these errors were encountered: