Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Add example contour deployment with internal-elb (#390)
Browse files Browse the repository at this point in the history
Adds an example contour custom resoruce object that would provision with
an internal-facing load balancer.

Signed-off-by: Derrik Campau <dcampau@vmware.com>
  • Loading branch information
erismaster committed Jun 24, 2021
1 parent 892c8c1 commit 3da16cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/contour/contour-aws-internal-lb.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3da16cc

Please sign in to comment.