feat(new): gateway support #119
Reference in New Issue
Block a user
Delete Branch "feat-gateway-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Adds support for the Gateway API, specifically creating a
HTTPRouteobject equivalent to theIngressobjectBenefits
Gateway API is becoming the new standard for ingress management in Kubernetes, while Ingress is on it's way to becoming deprecated in later k8s releases. While it's more complicated compared to the existing Ingress API, it provides better control and cross-namespace management between the application and the ingress controller.
Possible drawbacks
It is generally not advised to have both
IngressandHTTPRouteobjects at the same time, therefore I have disallowed both to exist at the same time in the values.Additional information
The user is expected to already have created the
Gatewayobject prior to chart installation, they could also add it in theextraDeploysection, or create their own template if this chart is being imported as a subchart.Checklist
values.yamland added to theREADME.mdusing readme-generator-for-helmtemplatesfolder)feat: Gateway API support, in lieu of Ingressto Gateway API supportGateway API supportto feat(new): Gateway API supportfeat(new): Gateway API supportto feat(new): gateway support9d9ea09afbto84349e6385actions referenced this pull request2026-07-04 16:34:23 +00:00