diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 5ee059c..76b9651 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: 4Gi - cpu: 100m \ No newline at end of file + memory: "512Mi" + cpu: "100m" \ No newline at end of file