Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.2] Remove lowered resource limits from demo (bp #14674) #14776

Merged
merged 1 commit into from Jun 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 0 additions & 15 deletions install/kubernetes/helm/istio/values-istio-demo-common.yaml
Expand Up @@ -25,9 +25,6 @@ pilot:
requests:
cpu: 10m
memory: 100Mi
limits:
cpu: 100m
memory: 200Mi

mixer:
policy:
Expand All @@ -36,19 +33,13 @@ mixer:
requests:
cpu: 10m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi

telemetry:
enabled: true
resources:
requests:
cpu: 50m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi

adapters:
stdio:
Expand All @@ -70,16 +61,10 @@ gateways:
requests:
cpu: 10m
memory: 40Mi
limits:
cpu: 100m
memory: 128Mi

istio-egressgateway:
enabled: true
resources:
requests:
cpu: 10m
memory: 40Mi
limits:
cpu: 100m
memory: 128Mi