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
|
||||
# -- List of hostnames for the HTTPRoute
|
||||
# @default -- `[]` (See [values.yaml])
|
||||
hostnames:
|
||||
- "workflows.peterg.nl"
|
||||
# @default -- `[]` (See [values.yaml])
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
# filters: []
|
||||
# - type: RequestHeaderModifier
|
||||
# requestHeaderModifier:
|
||||
# add:
|
||||
# - name: X-Custom-Header
|
||||
# value: custom-value
|
||||
hostnames:
|
||||
- "workflows.peterg.nl"
|
||||
# @default -- `[]` (See [values.yaml])
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
# filters: []
|
||||
# - type: RequestHeaderModifier
|
||||
# requestHeaderModifier:
|
||||
# add:
|
||||
# - name: X-Custom-Header
|
||||
# value: custom-value
|
||||
|
||||
# Gateway API BackendTLSPolicy configuration
|
||||
# NOTE: BackendTLSPolicy support is in EXPERIMENTAL status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue