[system] kubeovn: increase limits (#1629)
## What this PR does Increases kube-ovn-cni limits ### Release note ```release-note Increased kube-ovn-cni limits so that it is not oomkilled during startup on busy nodes. ```
This commit is contained in:
commit
a5c9bfabee
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ kube-ovn:
|
|||
memory: "50Mi"
|
||||
limits:
|
||||
cpu: "1000m"
|
||||
memory: "1Gi"
|
||||
memory: "2Gi"
|
||||
kube-ovn-pinger:
|
||||
requests:
|
||||
cpu: "10m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue