diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 10cc5c5..3e711b3 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -18,6 +18,13 @@ spec: containers: - name: fastapi-api image: vasic/fastapi-todo-api:1.0 + resources: + requests: + cpu: "50m" + memory: "64Mi" + limits: + cpu: "150m" + memory: "128Mi" ports: - containerPort: 8000 env: