Adding Gateway API Support to Helm Deployments#230
Closed
anrios-goodrx wants to merge 1 commit into
Closed
Conversation
anrios-goodrx
force-pushed
the
INFRA-11894/gatewayapisupport
branch
from
July 24, 2026 21:49
3a12568 to
be463b4
Compare
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.
src/server/lib/helm/gatewayApi.ts now holds the Gateway API normalization logic derived from the verified chart contract and the lifecycle-prd matrix.
src/server/lib/helm/helm.ts and src/server/lib/nativeHelm/utils.ts now call that helper instead of guessing ALB/NLB alias mappings.
src/server/models/yaml/YamlService.ts, src/server/lib/yamlSchemas/schema_1_0_0/schema_1_0_0.ts, src/server/lib/jsonschema/schemas/1.0.0.json, and docs/schema/yaml/1.0.0.yaml now match the real helm/app Gateway API fields from PR #18032.
Tests were rewritten in src/server/lib/helm/tests/helm.test.ts, src/server/lib/nativeHelm/tests/helm.test.ts, and src/server/models/yaml/tests/YamlService.test.ts around the verified subset.