diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index f446a4a..0d80291 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "5m" - memory: "32Mi" + cpu: "1m" + memory: "16Mi" limits: - cpu: "10m" - memory: "64Mi" \ No newline at end of file + cpu: "2m" + memory: "32Mi" \ No newline at end of file