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