fix: Use correct indentation for httproute config
This commit is contained in:
parent
b89fe395bb
commit
1c2d531ff3
1 changed files with 14 additions and 14 deletions
|
|
@ -751,20 +751,20 @@ server:
|
||||||
sectionName: https
|
sectionName: https
|
||||||
# -- List of hostnames for the HTTPRoute
|
# -- List of hostnames for the HTTPRoute
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `[]` (See [values.yaml])
|
||||||
hostnames:
|
hostnames:
|
||||||
- "workflows.peterg.nl"
|
- "workflows.peterg.nl"
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `[]` (See [values.yaml])
|
||||||
rules:
|
rules:
|
||||||
- matches:
|
- matches:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
# filters: []
|
# filters: []
|
||||||
# - type: RequestHeaderModifier
|
# - type: RequestHeaderModifier
|
||||||
# requestHeaderModifier:
|
# requestHeaderModifier:
|
||||||
# add:
|
# add:
|
||||||
# - name: X-Custom-Header
|
# - name: X-Custom-Header
|
||||||
# value: custom-value
|
# value: custom-value
|
||||||
|
|
||||||
# Gateway API BackendTLSPolicy configuration
|
# Gateway API BackendTLSPolicy configuration
|
||||||
# NOTE: BackendTLSPolicy support is in EXPERIMENTAL status
|
# NOTE: BackendTLSPolicy support is in EXPERIMENTAL status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue