From 75990275e9c4f02a0b7308d22414027ec053aac5 Mon Sep 17 00:00:00 2001 From: Derrik Campau Date: Tue, 22 Jun 2021 12:16:06 -0700 Subject: [PATCH] Add example contour deployment with internal-elb Adds an example contour custom resoruce object that would provision with an internal-facing load balancer. Signed-off-by: Derrik Campau --- examples/contour/contour-aws-internal-lb.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/contour/contour-aws-internal-lb.yaml diff --git a/examples/contour/contour-aws-internal-lb.yaml b/examples/contour/contour-aws-internal-lb.yaml new file mode 100644 index 00000000..c1a1ce30 --- /dev/null +++ b/examples/contour/contour-aws-internal-lb.yaml @@ -0,0 +1,12 @@ +apiVersion: operator.projectcontour.io/v1alpha1 +kind: Contour +metadata: + name: contour-sample +spec: + networkPublishing: + envoy: + type: LoadBalancerService + loadBalancer: + providerParameters: + type: AWS + scope: Internal