diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index a942fa6..e333883 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "100m" - memory: "128Mi" + cpu: "1m" + memory: "32Mi" limits: - cpu: "500m" - memory: "256Mi" \ No newline at end of file + cpu: "50m" + memory: "64Mi" \ No newline at end of file