From 3a1018cff6475ac567003c60e50e354d37352953 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 31 Mar 2019 18:00:03 +0300 Subject: [PATCH] Change Istio e2e limits --- test/e2e-istio-values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 131065ba..97076f40 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -12,10 +12,6 @@ gateways: istio-ingressgateway: autoscaleMax: 1 -# citadel configuration -security: - enabled: true - # sidecar-injector webhook configuration sidecarInjectorWebhook: enabled: true @@ -55,8 +51,8 @@ global: resources: requests: cpu: 100m - memory: 128Mi + memory: 64Mi limits: cpu: 2000m - memory: 128Mi + memory: 256Mi useMCP: false