diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 76b9651..c39d582 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -25,8 +25,8 @@ spec: resources: limits: - memory: "256Mi" - cpu: "250m" + memory: 256Mi + cpu: 250m requests: - memory: "512Mi" - cpu: "100m" \ No newline at end of file + memory: 256Mi + cpu: 100m \ No newline at end of file