diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index f20a592..6a90198 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -28,10 +28,10 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "128Mi" + memory: "256Mi" cpu: "250m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "500m" {{ end }} imagePullPolicy: Always