From 8b6eeea63bb103077e602751eb26583988946d3e Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky <> Date: Fri, 25 Nov 2022 10:09:34 +0100 Subject: [PATCH] increase limit for ocr --- config/default/templates/smardigo-ocr/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index 6a90198..c60be9a 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -31,7 +31,7 @@ spec: memory: "256Mi" cpu: "250m" limits: - memory: "512Mi" + memory: "1Gi" cpu: "500m" {{ end }} imagePullPolicy: Always