From 69a6e260f5e6d8b823f49adb963918a927c85a8b Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 1 Apr 2019 14:40:11 +0300 Subject: [PATCH] Bring down the Istio e2e CPU requests --- test/e2e-istio-values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 68350462..7386ca3a 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -8,7 +8,7 @@ pilot: sidecar: true resources: requests: - cpu: 100m + cpu: 10m memory: 128Mi gateways: @@ -36,7 +36,7 @@ mixer: autoscaleEnabled: false resources: requests: - cpu: 100m + cpu: 10m memory: 128Mi # addon prometheus configuration @@ -54,9 +54,9 @@ global: # Resources for the sidecar. resources: requests: - cpu: 100m + cpu: 10m memory: 64Mi limits: - cpu: 2000m + cpu: 1000m memory: 256Mi useMCP: false