From 05d0334e965d22dca9abd0ee85726f58dbb7c919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Thu, 4 Jan 2024 10:35:05 +0800 Subject: [PATCH] ovs: increase cpu limit to 2 cores (#3530) Signed-off-by: zhangzujian --- charts/values.yaml | 2 +- dist/images/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index b25e8ebfbe2..f3360b8cd42 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -142,7 +142,7 @@ ovs-ovn: cpu: "200m" memory: "200Mi" limits: - cpu: "1000m" + cpu: "2" memory: "1000Mi" kube-ovn-controller: requests: diff --git a/dist/images/install.sh b/dist/images/install.sh index e4d4d625cc9..82d5435d17d 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -3649,7 +3649,7 @@ spec: cpu: 200m memory: 200Mi limits: - cpu: 1000m + cpu: "2" memory: 1000Mi nodeSelector: kubernetes.io/os: "linux"