diff --git a/deploy/kubernetes/api-deployment.yaml b/deploy/kubernetes/api-deployment.yaml index f4fb4bc..1679d18 100644 --- a/deploy/kubernetes/api-deployment.yaml +++ b/deploy/kubernetes/api-deployment.yaml @@ -40,9 +40,9 @@ spec: value: "production" resources: limits: - memory: "200Mi" + memory: "240Mi" cpu: "200m" requests: ephemeral-storage: "100Mi" - memory: "200Mi" - cpu: "100m" \ No newline at end of file + memory: "240Mi" + cpu: "200m" \ No newline at end of file