diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 396b4bb..aafdb47 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -18,6 +18,15 @@ spec: containers: - name: fastapi-api image: ivacerkez/fastapi-postgres:1.0 + + resources: + requests: + cpu: "5m" + memory: "32Mi" + limits: + cpu: "10m" + memory: "64Mi" + ports: - containerPort: 8000 env: