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

feat: Add ingress configuration to routerSpec #54

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

0xThresh
Copy link
Contributor

@0xThresh 0xThresh commented Feb 1, 2025

Adds an ingress configuration to the routerSpec, enabling connections to the router service from outside the cluster.

Closes #28

@ApostaC
Copy link
Collaborator

ApostaC commented Feb 3, 2025

Thanks for the contribution. Can you add a basic example of how to use the ingress?

Could be in a separate PR if you want (we can create an issue to track this).

@ApostaC
Copy link
Collaborator

ApostaC commented Feb 3, 2025

Otherwise LGTM!

@0xThresh
Copy link
Contributor Author

0xThresh commented Feb 4, 2025

Thanks @ApostaC, are you wanting that in the form of a tutorial or with more details in the Values? Ingresses are a bit opinionated based on which type of controller you use (NGINX, AWS load balancer, etc.), but I could try to add a tutorial using an NGINX ingress controller if you'd like. I would probably aim to do this in a separate PR since it might take me a few days to get back to.

@ApostaC
Copy link
Collaborator

ApostaC commented Feb 4, 2025

@0xThresh Since the issue is out there, I will merge this PR first. Thanks for contributing!

Copy link
Collaborator

@ApostaC ApostaC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ApostaC ApostaC merged commit ec71964 into vllm-project:main Feb 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add Ingress configuration
2 participants