Skip to content

Commit

Permalink
ovs: increase cpu limit to 2 cores
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Dec 15, 2023
1 parent a8ee70b commit 6b9c85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ovs-ovn:
cpu: "200m"
memory: "200Mi"
limits:
cpu: "1000m"
cpu: "2"
memory: "1000Mi"
kube-ovn-controller:
requests:
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,7 @@ spec:
hugepages-2Mi: 1Gi
memory: 200Mi
limits:
cpu: 1000m
cpu: "2"
hugepages-2Mi: 1Gi
memory: 800Mi
nodeSelector:
Expand Down

0 comments on commit 6b9c85a

Please sign in to comment.