Bring down Istio Pilot memory requests

This commit is contained in:
stefanprodan
2019-04-01 13:09:52 +03:00
parent dbf36082b2
commit 36dfd4dd35
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@
pilot:
enabled: true
sidecar: true
resources:
requests:
cpu: 100m
memory: 128Mi
gateways:
enabled: false
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.1.0-rc.0"
ISTIO_VER="1.1.1"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"