Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of additional ingresses for gRPC #20

Open
alee792 opened this issue Apr 18, 2023 · 1 comment
Open

Allow configuration of additional ingresses for gRPC #20

alee792 opened this issue Apr 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alee792
Copy link
Contributor

alee792 commented Apr 18, 2023

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.

@rhamzeh rhamzeh added the enhancement New feature or request label Apr 18, 2023
@jon-whit
Copy link
Member

jon-whit commented Apr 19, 2023

@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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants