Skip to content

Commit

Permalink
reduce dev env resource requirements (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Sep 15, 2022
1 parent adcbced commit d9c9710
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/dependencies/istio/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ spec:
ingressGateways:
- enabled: true
name: istio-ingressgateway
k8s:
resources:
requests:
cpu: "0"
pilot:
enabled: true
k8s:
resources:
requests:
cpu: "0"
values:
pilot:
autoscaleEnabled: false
Expand Down

0 comments on commit d9c9710

Please sign in to comment.