-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add http-header match and priority to routes #56
Conversation
8190bf2
to
3c9b639
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update deploy/all.yaml? Or come up with a better process. Currently that file is referenced by the our install guide and the EKS docs. We could add a generation script, or modify both to reference each yaml file in deploy individually, or remove the individual files and only update all.yaml
.
[email protected] 1. Added health-check for VirtualNode.Listener 2. Add http-headers and priority support to Route.HttpRoute
3c9b639
to
5da0bf0
Compare
Done |
To keep it simple, i think we can get rid of individual files in favor of all.yaml. Will follow up in a separate PR if that is ok. |
Sounds good. |
Issue #, if available:
Description of changes:
Testing Done:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.