diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index fafd04c..12a6a63 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -19,13 +19,7 @@ spec: - name: fastapi-api image: vasic/fastapi-todo-api:1.0 - resources: - requests: - cpu: "5m" - memory: "32Mi" - limits: - cpu: "10m" - memory: "64Mi" + ports: - containerPort: 8000