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