Skip to content

Commit

Permalink
[contour] add envoy resource request and limits (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Apr 22, 2024
1 parent 50f8e95 commit 76a9d18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third_party/contour/gateway-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ spec:
featureFlags:
- "useEndpointSlices"
envoy:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 1000m
memory: 1000Mi
workloadType: Deployment
deployment:
replicas: 2
Expand Down
7 changes: 7 additions & 0 deletions third_party/contour/gateway-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ spec:
featureFlags:
- "useEndpointSlices"
envoy:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 1000m
memory: 1000Mi
workloadType: Deployment
networkPublishing:
type: ClusterIPService
Expand Down

0 comments on commit 76a9d18

Please sign in to comment.