-
Notifications
You must be signed in to change notification settings - Fork 0
Add support for HTTPRoute resource in the Helm Chart #32
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
Conversation
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.
Pull request overview
This PR adds support for Kubernetes Gateway API's HTTPRoute resource to the dashboard Helm chart, enabling migration from traditional Ingress resources to Gateway APIs. The implementation includes configuration options in values.yaml, a new template for the HTTPRoute resource, and corresponding documentation updates.
Key Changes:
- Added HTTPRoute configuration section to values.yaml with fields for parent Gateway references, hostnames, and resource metadata
- Created http-route.yaml template to generate HTTPRoute resources when enabled
- Updated README.md with documentation for the new HTTPRoute configuration options
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| charts/dashboard/values.yaml | Adds httpRoute configuration block with create flag, parentRefs, hostnames, annotations, and labels fields |
| charts/dashboard/templates/http-route.yaml | New template that generates HTTPRoute resource with Gateway references and routing rules |
| charts/dashboard/README.md | Documents the new httpRoute configuration parameters |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
As part of the general migration of Ingress to Gateway APIs, add support for creating an HTTPRoute resource which will attach this service to a Gateway API, if deployed and configured.
3f43bb3 to
c28a04f
Compare
Skip some checks on logger linting issues relating to the use of slog.Group within the logger, which is a single item rather than a pair.
25878ee to
0a5ad4e
Compare
The path for the ARM64 builds on both Linux and macOS have been updated, so fix the GitHub Actions which upload these files to ensure the build passes.
89f79f2 to
40bee10
Compare
Add the 1.24 and 1.25 Go releases for testing builds before migration.
As part of the general migration of
Ingressto Gateway APIs, add support for creating anHTTPRouteresource which will attach this service to a Gateway API, if deployed and configured.Checklist
Before raising or requesting a review of the pull request, please check and confirm the following items have been performed, where possible:
release/...,type/..., andchanges/...labels, as needed, to this pull request