Skip to content

Commit

Permalink
ovs: increase cpu limit to 2 cores (#3530)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Jan 4, 2024
1 parent 9d4ea55 commit a8f93e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 1000m
cpu: "2"
memory: 1000Mi
nodeSelector:
kubernetes.io/os: "linux"
Expand Down
2 changes: 1 addition & 1 deletion kubeovn-helm/templates/ovsovn-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 1000m
cpu: "2"
memory: 1000Mi
nodeSelector:
kubernetes.io/os: "linux"
Expand Down

0 comments on commit a8f93e7

Please sign in to comment.