18 lines
343 B
YAML
18 lines
343 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: EnvoyFilter
|
|
metadata:
|
|
name: proxy-protocol
|
|
namespace: istio-system
|
|
spec:
|
|
workloadSelector:
|
|
labels:
|
|
istio: ingressgateway
|
|
configPatches:
|
|
- applyTo: LISTENER
|
|
patch:
|
|
operation: MERGE
|
|
value:
|
|
listener_filters:
|
|
- name: envoy.listener.proxy_protocol
|
|
|