From a91aacf81b088a78ff003a54200b9040bfb981d2 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Thu, 20 Jul 2023 13:39:55 -0500 Subject: [PATCH] add istio proxy protocol shim officially --- istio-proxy-protocol-shim/istio.yaml | 16 ++++++++++++++++ istio-proxy-protocol-shim/ns.yaml | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 istio-proxy-protocol-shim/istio.yaml create mode 100644 istio-proxy-protocol-shim/ns.yaml diff --git a/istio-proxy-protocol-shim/istio.yaml b/istio-proxy-protocol-shim/istio.yaml new file mode 100644 index 0000000..65ac373 --- /dev/null +++ b/istio-proxy-protocol-shim/istio.yaml @@ -0,0 +1,16 @@ +apiVersion: utilities.strudelline.net/v1alpha1 +kind: ProxyProtocolShim +metadata: + creationTimestamp: "2023-07-20T16:52:16Z" + generation: 1 + name: istio-proxy-protocol-shim + namespace: istio-proxy-protocol-shim + resourceVersion: "112593177" + uid: 8d846c2d-e839-492c-ac8e-d5970766b995 +spec: + upstream: + http: istio-ingressgateway.istio-system.svc.cluster.local:80 + https: istio-ingressgateway.istio-system.svc.cluster.local:443 + commonAnnotations: + metallb.universe.tf/allow-shared-ip: 172.16.17.80 + metallb.universe.tf/loadBalancerIPs: 172.16.17.80 diff --git a/istio-proxy-protocol-shim/ns.yaml b/istio-proxy-protocol-shim/ns.yaml new file mode 100644 index 0000000..338da95 --- /dev/null +++ b/istio-proxy-protocol-shim/ns.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-proxy-protocol-shim