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