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