diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index aafdb47..8647cca 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -21,10 +21,10 @@ spec: resources: requests: - cpu: "5m" + cpu: "1m" memory: "32Mi" limits: - cpu: "10m" + cpu: "5m" memory: "64Mi" ports: