diff --git a/gp068/patch/market-deployment_patch.yaml b/gp068/patch/market-deployment_patch.yaml index 7a9b21b..1db6cfa 100644 --- a/gp068/patch/market-deployment_patch.yaml +++ b/gp068/patch/market-deployment_patch.yaml @@ -18,11 +18,4 @@ spec: name: storage-configmap env: - name: TZ - value: "Asia/Shanghai" - resources: - requests: - cpu: "0.5" - memory: "4Gi" - limits: - cpu: "1" - memory: "8Gi" \ No newline at end of file + value: "Asia/Shanghai" \ No newline at end of file diff --git a/gp068/patch/task-deployment_patch.yaml b/gp068/patch/task-deployment_patch.yaml index 4347b09..7e7a60a 100644 --- a/gp068/patch/task-deployment_patch.yaml +++ b/gp068/patch/task-deployment_patch.yaml @@ -16,11 +16,4 @@ spec: name: redis-configmap env: - name: TZ - value: "Asia/Shanghai" - resources: - requests: - cpu: "0.5" - memory: "4Gi" - limits: - cpu: "1" - memory: "8Gi" \ No newline at end of file + value: "Asia/Shanghai" \ No newline at end of file