fix: Use correct indentation for httproute config

This commit is contained in:
Peter 2026-04-01 21:12:22 +02:00
parent b89fe395bb
commit 1c2d531ff3
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -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