diff --git a/deploy/dev/sts.yaml b/deploy/dev/sts.yaml index c7a01cc1..4ea238f3 100644 --- a/deploy/dev/sts.yaml +++ b/deploy/dev/sts.yaml @@ -27,10 +27,10 @@ spec: protocol: TCP resources: requests: - memory: "200Mi" + memory: "400Mi" cpu: "150m" limits: - memory: "500Mi" + memory: "1000Mi" cpu: "500m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 1918d420..1fb58dcb 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -33,10 +33,10 @@ spec: protocol: TCP resources: requests: - memory: "200Mi" + memory: "500Mi" cpu: "150m" limits: - memory: "500Mi" + memory: "1500Mi" cpu: "500m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File