0
0
Fork 0
ingress-proxy/config/istio/istio-proxy-protocol.yaml
2020-05-02 13:57:59 +02:00

18 lines
391 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
- name: envoy.listener.tls_inspector