feat: Gateway API support, in lieu of Ingress

This commit is contained in:
2026-07-04 11:46:37 -04:00
parent 0bdf8c789d
commit d3c493c65d
4 changed files with 110 additions and 0 deletions
+21
View File
@@ -177,6 +177,27 @@ ingress:
# hosts:
# - git.example.com
## @section Gateway
## @param gateway.httpRoute.annotations HTTPRoute annotations
## @param gateway.httpRoute.hostnames HTTPRoute hostnames
## @param gateway.httpRoute.parentRefs HTTPRoute parentRefs
## @param gateway.httpRoute.pathType HTTPRoute path match type (PathPrefix, Exact, RegularExpression)
## @param gateway.httpRoute.paths[0].path Default HTTPRoute path
gateway:
httpRoute:
enabled: false
annotations: {}
hostnames:
- git.example.com
parentRefs:
- name: traefik
sectionName: https
kind: Gateway
pathType: PathPrefix
paths:
- path: /
## @section deployment
#
## @param resources Kubernetes resources