diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index c60be9a..6c81ccd 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -28,11 +28,11 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "256Mi" - cpu: "250m" + memory: "1G" + cpu: "1" limits: - memory: "1Gi" - cpu: "500m" + memory: "2G" + cpu: "2" {{ end }} imagePullPolicy: Always env: