cilium adjustments according to talos docs

This commit is contained in:
Philip Haupt
2025-12-06 16:49:38 +01:00
parent 0c872497ba
commit 2b2aa58eae
2 changed files with 14 additions and 14 deletions

View File

@@ -1003,10 +1003,10 @@ gatewayAPI:
# -- Enable proxy protocol for all GatewayAPI listeners. Note that _only_ Proxy protocol traffic will be accepted once this is enabled.
enableProxyProtocol: false
# -- Enable Backend Protocol selection support (GEP-1911) for Gateway API via appProtocol.
enableAppProtocol: false
enableAppProtocol: true
# -- Enable ALPN for all listeners configured with Gateway API. ALPN will attempt HTTP/2, then HTTP 1.1.
# Note that this will also enable `appProtocol` support, and services that wish to use HTTP/2 will need to indicate that via their `appProtocol`.
enableAlpn: false
enableAlpn: true
# -- The number of additional GatewayAPI proxy hops from the right side of the HTTP header to trust when determining the origin client's IP address.
xffNumTrustedHops: 0
# -- Control how traffic from external sources is routed to the LoadBalancer Kubernetes Service for all Cilium GatewayAPI Gateway instances. Valid values are "Cluster" and "Local".