Skip to content

Commit

Permalink
Reduce istio resource consumption (#14914) (#14916)
Browse files Browse the repository at this point in the history
  • Loading branch information
veichtj authored Jul 26, 2022
1 parent 6018915 commit b9c02b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions resources/istio/profile-evaluation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ helmValues:
proxy:
resources:
requests:
cpu: 100m
cpu: 10m
memory: 32Mi
limits:
cpu: 250m
Expand Down Expand Up @@ -42,7 +42,7 @@ components:
cpu: 500m
memory: 128Mi
requests:
cpu: 100m
cpu: 10m
memory: 32Mi

pilot:
Expand All @@ -56,7 +56,7 @@ components:
cpu: 250m
memory: 384Mi
requests:
cpu: 100m
cpu: 10m
memory: 128Mi

monitoring:
Expand Down
4 changes: 2 additions & 2 deletions resources/istio/profile-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helmValues:
proxy:
resources:
requests:
cpu: 100m
cpu: 10m
memory: 192Mi
limits:
cpu: 1000m
Expand All @@ -36,7 +36,7 @@ components:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
cpu: 10m
memory: 128Mi
affinity:
podAntiAffinity:
Expand Down
8 changes: 4 additions & 4 deletions resources/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helmValues:
readinessPeriodSeconds: 5
resources:
requests:
cpu: 100m
cpu: 10m
memory: 64Mi
limits:
cpu: 250m
Expand Down Expand Up @@ -56,7 +56,7 @@ components:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
cpu: 10m
memory: 120Mi

ingressGateways:
Expand All @@ -83,7 +83,7 @@ components:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
cpu: 10m
memory: 128Mi
strategy:
rollingUpdate:
Expand All @@ -101,7 +101,7 @@ components:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
cpu: 10m
memory: 512Mi
securityContext:
runAsUser: 65534
Expand Down

0 comments on commit b9c02b3

Please sign in to comment.