Skip to content

Commit

Permalink
Use default CPU resources
Browse files Browse the repository at this point in the history
When installing istio in CNI mode, do not force custom CPU resources
for:
  values.global.proxy.resources.requests.cpu

Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]>
  • Loading branch information
tzstoyanov committed Jul 27, 2023
1 parent 7d1ff92 commit 8c51604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/istio-cni-1-17/istio-install/base/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ data:
"memory": "1024Mi"
},
"requests": {
"cpu": "10m",
"cpu": "100m",
"memory": "128Mi"
}
},
Expand Down

0 comments on commit 8c51604

Please sign in to comment.