cilium adjustments according to talos docs
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user