diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index a929d06..3a83f1e 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -52,3 +52,10 @@ spec: port: 8000 initialDelaySeconds: 15 periodSeconds: 5 + resources: + requests: + cpu: "25m" + memory: "64Mi" + limits: + cpu: "50m" + memory: "128Mi"