diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 7d628ff..2a2a7ef 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -19,6 +19,13 @@ spec: - name: fastapi-api image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0 + resources: + requests: + cpu: "50m" + memory: "64Mi" + limits: + cpu: "100m" + memory: "128Mi" ports: