feat: Gateway API support, in lieu of Ingress
This commit is contained in:
+24
@@ -177,6 +177,30 @@ ingress:
|
||||
# hosts:
|
||||
# - git.example.com
|
||||
|
||||
## @section Gateway
|
||||
## @param gateway.httpRoute.enabled Enable HTTPRoute
|
||||
## @param gateway.httpRoute.annotations HTTPRoute annotations
|
||||
## @param gateway.httpRoute.hostnames HTTPRoute hostnames
|
||||
## @param gateway.httpRoute.parentRefs[0].name HTTPRoute Gateway name
|
||||
## @param gateway.httpRoute.parentRefs[0].sectionName HTTPRoute Gateway section name
|
||||
## @param gateway.httpRoute.parentRefs[0].kind HTTPRoute Gateway kind
|
||||
## @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
|
||||
|
||||
Reference in New Issue
Block a user