Skip to content

Commit

Permalink
Deploy Contour as a Deployment (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Apr 22, 2024
1 parent 593938c commit d5c5842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/contour/gateway-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
enableExternalNameService: true
featureFlags:
- "useEndpointSlices"
envoy:
workloadType: Deployment
deployment:
replicas: 2
contour:
deployment:
replicas: 1
Expand Down
3 changes: 3 additions & 0 deletions third_party/contour/gateway-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ spec:
featureFlags:
- "useEndpointSlices"
envoy:
workloadType: Deployment
networkPublishing:
type: ClusterIPService
deployment:
replicas: 2
contour:
deployment:
replicas: 1
Expand Down

0 comments on commit d5c5842

Please sign in to comment.