From: Xinhui Li Date: Tue, 5 Jan 2021 19:00:41 +0000 (-0800) Subject: Add op template X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F4022%2F1;p=iec%2Fxconnect.git Add op template Signed-off-by: xinhui li Change-Id: Iaf8216d38a90cdbe2153f1074c82a4e2355d69f6 --- 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"