Add gateway API group to HTTPRoute configuration so that argocd does …#171
Open
CoolTuxNet wants to merge 1 commit into
Open
Conversation
…not display an "out of sync" error. Ensure that the HTTPRoute resource specifies the correct API group for services in the Kubernetes Gateway API. The `group` field under `backendRefs` has been added to the `server-httproute.yaml` file to align with the specifications of Gateway API. Additionally, formatting adjustments were made in `values.yaml` to maintain consistency in indentation and string formatting for readability. This includes the modification in the `hosts` section and the `matches` section where path values are standardized. These updates are necessary for compliance with the Kubernetes Gateway API specifications, enabling successful routing of traffic via the defined service references. No breaking changes are introduced with this update. See on GitHub for release notes.
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.
…not display an "out of sync" error.
Ensure that the HTTPRoute resource specifies the
correct API group for services in the Kubernetes
Gateway API. The
groupfield underbackendRefshas been added to theserver-httproute.yamlfile to align with the specifications of Gateway API.Additionally, formatting adjustments were made
in
values.yamlto maintain consistency inindentation and string formatting for
readability. This includes the modification
in the
hostssection and thematchessection where path values are standardized.
These updates are necessary for compliance with
the Kubernetes Gateway API specifications, enabling successful routing of traffic via the defined
service references. No breaking changes are
introduced with this update.
See on GitHub for release notes.
Description
Rationale
Checklist
CONTRIBUTING.mdguideChart.yamlif feasible according to Semantic versioningartifacthub.io/changesannotation inChart.yamlCHANGELOG.mdREADME.mdfiles using helm-docsDCO ownership statement
and this change did not use post-BUSL-licensed code from HashiCorp.
Existing MPL-licensed code is still allowed, subject to attribution.
Code authored by yourself and submitted to HashiCorp for inclusion is
also allowed.