From 76bacb7aafbf397647d12d65acc743d31b3dd38c Mon Sep 17 00:00:00 2001 From: owen Date: Fri, 5 Jul 2024 14:51:14 +0800 Subject: [PATCH] 1 --- gp057/patch/api-deployment_patch.yaml | 9 ++++++++- gp057/patch/market-deployment_patch.yaml | 9 ++++++++- gp057/patch/task-deployment_patch.yaml | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/gp057/patch/api-deployment_patch.yaml b/gp057/patch/api-deployment_patch.yaml index 4778b45..a144215 100644 --- a/gp057/patch/api-deployment_patch.yaml +++ b/gp057/patch/api-deployment_patch.yaml @@ -18,4 +18,11 @@ spec: name: storage-configmap env: - name: TZ - value: "Asia/Shanghai" \ No newline at end of file + value: "Asia/Shanghai" + resources: + requests: + cpu: "0.5" + memory: "4Gi" + limits: + cpu: "1" + memory: "8Gi" \ No newline at end of file diff --git a/gp057/patch/market-deployment_patch.yaml b/gp057/patch/market-deployment_patch.yaml index 1db6cfa..7a9b21b 100644 --- a/gp057/patch/market-deployment_patch.yaml +++ b/gp057/patch/market-deployment_patch.yaml @@ -18,4 +18,11 @@ spec: name: storage-configmap env: - name: TZ - value: "Asia/Shanghai" \ No newline at end of file + value: "Asia/Shanghai" + resources: + requests: + cpu: "0.5" + memory: "4Gi" + limits: + cpu: "1" + memory: "8Gi" \ No newline at end of file diff --git a/gp057/patch/task-deployment_patch.yaml b/gp057/patch/task-deployment_patch.yaml index 7e7a60a..4347b09 100644 --- a/gp057/patch/task-deployment_patch.yaml +++ b/gp057/patch/task-deployment_patch.yaml @@ -16,4 +16,11 @@ spec: name: redis-configmap env: - name: TZ - value: "Asia/Shanghai" \ No newline at end of file + value: "Asia/Shanghai" + resources: + requests: + cpu: "0.5" + memory: "4Gi" + limits: + cpu: "1" + memory: "8Gi" \ No newline at end of file