feat: Allow to use HTTPRoute from Gateway API.#164
Merged
Conversation
Contributor
Author
|
This is PR derived from this reflecting feedback from @cnvergence. |
cnvergence
reviewed
Apr 28, 2026
| @@ -0,0 +1,41 @@ | |||
| {{- if .Values.httproute.enabled -}} | |||
cnvergence
reviewed
Apr 28, 2026
| | ingress.annotations | object | `{}` | Annotations to be added to the ingress. | | ||
| | ingress.hosts | list | See [values.yaml](values.yaml). | Ingress host configuration. | | ||
| | ingress.tls | list | See [values.yaml](values.yaml). | Ingress TLS configuration. | | ||
| | httproute.enabled | bool | `false` | Enable Gateway API HTTPRoute. Gateway API support is in EXPERIMENTAL status. Support depends on your Gateway controller implementation. See the [Gateway API documentation](https://gateway-api.sigs.k8s.io/) for details. | |
Contributor
Author
There was a problem hiding this comment.
Thank you, overlooked it. Should be fine now.
Signed-off-by: Miroslav Hlavka <miroslav.hlavka@goto.com>
cnvergence
approved these changes
Apr 28, 2026
|
@sagikazarmark ptal :) |
Contributor
Author
|
@sagikazarmark could I get your review please? 🙇 |
Contributor
Author
|
@cnvergence could you possibly recommend another maintainer? Thank you. |
|
@mirozoe sorry, I am not familiar with the structure here, you could try to reach out at Dex slack channels |
sagikazarmark
approved these changes
May 28, 2026
Member
|
Thanks! Sorry it took so long. As a rule of thumb: if I don't reply, it's not because I don't care. It's because I didn't get the notification. It's the unfortunate consequence of the world we live in. So feel free to keep pinging me wherever you can get a hold of me. :) |
Contributor
Author
|
Thank you @sagikazarmark , no worries at all ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Support for kubernetes Gateway API, customer can use HTTPRoute instead of Ingress (all credits goes to @abelhoula).
What this PR does / why we need it
HTTPRoute manifest added.
Special notes for your reviewer
Checklist
Chart.yaml(see the contributing guide for details)Chart.yaml(see the contributing guide for details)make docs