From bffec40acdff056393881d90cab560c2661bfa2d Mon Sep 17 00:00:00 2001 From: owen Date: Wed, 7 Aug 2024 21:49:39 +0800 Subject: [PATCH] 1 --- gp060/patch/api-deployment_patch.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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