From 08d3d0a3f9afa75a2ef3a4e8022c6da0604273e2 Mon Sep 17 00:00:00 2001 From: Xinhui Li Date: Tue, 5 Jan 2021 11:00:41 -0800 Subject: [PATCH] Add op template Signed-off-by: xinhui li Change-Id: Iaf8216d38a90cdbe2153f1074c82a4e2355d69f6 --- mash | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/mash b/mash index 5a4b220..79cde98 100644 --- a/mash +++ b/mash @@ -1,22 +1,13 @@ -apiVersion: networking.istio.io/v1alpha3 -kind: EnvoyFilter +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator metadata: - name: ingressgateway-settings namespace: istio-system + name: example-istiocontrolplane spec: - configPatches: - - applyTo: NETWORK_FILTER - match: - listener: - filterChain: - filter: - name: envoy.http_connection_manager - patch: - operation: MERGE - value: - name: envoy.http_connection_manager - typed_config: - "@type": type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager - skip_xff_append: false - use_remote_address: true - xff_num_trusted_hops: 1 + profile: demo + ingressGateways: + name: istio-ingressgateway + namespace: istio-system + annotations: + service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*" + service.beta.kubernetes.io/aws-load-balancer-type: "nlb" -- 2.16.6