From 8013fe4f1dcdf3213adc547fba2d2a1a50f06ebc Mon Sep 17 00:00:00 2001 From: zhangqy Date: Mon, 23 Oct 2023 17:05:24 +0800 Subject: [PATCH] =?UTF-8?q?[update]=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/modules/user/deploy/deploy.yaml | 2 +- docker/modules/websocket/deploy/deploy.yaml | 2 +- docker/qiuguo/gateway/deploy/deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/modules/user/deploy/deploy.yaml b/docker/modules/user/deploy/deploy.yaml index 4ce1a95..665f81c 100644 --- a/docker/modules/user/deploy/deploy.yaml +++ b/docker/modules/user/deploy/deploy.yaml @@ -39,7 +39,7 @@ spec: protocol: TCP resources: limits: - cpu: 300m + cpu: 100m memory: 600Mi terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File diff --git a/docker/modules/websocket/deploy/deploy.yaml b/docker/modules/websocket/deploy/deploy.yaml index 06b7f16..eb559ba 100644 --- a/docker/modules/websocket/deploy/deploy.yaml +++ b/docker/modules/websocket/deploy/deploy.yaml @@ -39,7 +39,7 @@ spec: protocol: TCP resources: limits: - cpu: 300m + cpu: 100m memory: 600Mi terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File diff --git a/docker/qiuguo/gateway/deploy/deploy.yaml b/docker/qiuguo/gateway/deploy/deploy.yaml index 968e92d..ff75d02 100644 --- a/docker/qiuguo/gateway/deploy/deploy.yaml +++ b/docker/qiuguo/gateway/deploy/deploy.yaml @@ -39,7 +39,7 @@ spec: protocol: TCP resources: limits: - cpu: 300m + cpu: 100m memory: 600Mi terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File