From aede30176f1b3af8075254dbafb655b4520724cc Mon Sep 17 00:00:00 2001 From: chenbowen Date: Mon, 12 Jan 2026 13:28:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=8B=86=E5=88=86=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=8F=91=E5=B8=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment-databus.yaml | 2 +- deployment-gateway.yaml | 2 +- deployment-infra.yaml | 2 +- deployment-system.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment-databus.yaml b/deployment-databus.yaml index 30aee385..fc975572 100644 --- a/deployment-databus.yaml +++ b/deployment-databus.yaml @@ -57,7 +57,7 @@ spec: cpu: "500m" memory: "1024Mi" limits: - cpu: "700m" + cpu: "500m" memory: "2048Mi" terminationGracePeriodSeconds: 40 strategy: diff --git a/deployment-gateway.yaml b/deployment-gateway.yaml index cec14d25..2d9669ec 100644 --- a/deployment-gateway.yaml +++ b/deployment-gateway.yaml @@ -54,7 +54,7 @@ spec: cpu: "500m" memory: "1024Mi" limits: - cpu: "800m" + cpu: "500m" memory: "2048Mi" terminationGracePeriodSeconds: 40 --- diff --git a/deployment-infra.yaml b/deployment-infra.yaml index dcf29886..a38e4320 100644 --- a/deployment-infra.yaml +++ b/deployment-infra.yaml @@ -57,7 +57,7 @@ spec: cpu: "500m" memory: "1024Mi" limits: - cpu: "800m" + cpu: "500m" memory: "2048Mi" terminationGracePeriodSeconds: 40 strategy: diff --git a/deployment-system.yaml b/deployment-system.yaml index 678ccc15..67e1fd6d 100644 --- a/deployment-system.yaml +++ b/deployment-system.yaml @@ -66,7 +66,7 @@ spec: cpu: "500m" memory: "1024Mi" limits: - cpu: "800m" + cpu: "500m" memory: "2048Mi" terminationGracePeriodSeconds: 40 strategy: