diff --git a/third_party/contour/gateway-external.yaml b/third_party/contour/gateway-external.yaml index b83c8db96..0fa75db13 100644 --- a/third_party/contour/gateway-external.yaml +++ b/third_party/contour/gateway-external.yaml @@ -40,6 +40,13 @@ spec: featureFlags: - "useEndpointSlices" envoy: + resources: + requests: + cpu: 100m + memory: 100Mi + limits: + cpu: 1000m + memory: 1000Mi workloadType: Deployment deployment: replicas: 2 diff --git a/third_party/contour/gateway-internal.yaml b/third_party/contour/gateway-internal.yaml index 0dc3e7b61..9fb9679ef 100644 --- a/third_party/contour/gateway-internal.yaml +++ b/third_party/contour/gateway-internal.yaml @@ -40,6 +40,13 @@ spec: featureFlags: - "useEndpointSlices" envoy: + resources: + requests: + cpu: 100m + memory: 100Mi + limits: + cpu: 1000m + memory: 1000Mi workloadType: Deployment networkPublishing: type: ClusterIPService