diff --git a/gp060/patch/api-deployment_patch.yaml b/gp060/patch/api-deployment_patch.yaml index 1ee3a78..a144215 100644 --- a/gp060/patch/api-deployment_patch.yaml +++ b/gp060/patch/api-deployment_patch.yaml @@ -19,10 +19,10 @@ spec: env: - name: TZ value: "Asia/Shanghai" - # resources: - # requests: - # cpu: "0.5" - # memory: "4Gi" - # limits: - # cpu: "1" - # memory: "8Gi" \ No newline at end of file + resources: + requests: + cpu: "0.5" + memory: "4Gi" + limits: + cpu: "1" + memory: "8Gi" \ No newline at end of file