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 8f4220c commit 05d0334
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
Expand Up @@ -142,7 +142,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
Expand Up @@ -3649,7 +3649,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 1000m
cpu: "2"
memory: 1000Mi
nodeSelector:
kubernetes.io/os: "linux"
Expand Down

0 comments on commit 05d0334

Please sign in to comment.