From 646ed4715abbc6d09f3ba837ed8db418a7a86634 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Mon, 19 Dec 2022 13:38:34 +0100 Subject: [PATCH] increase mem 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 5161b33..069fb55 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -37,7 +37,7 @@ spec: memory: "0.5Gi" cpu: "0.5" limits: - memory: "3Gi" + memory: "4Gi" cpu: "1" imagePullPolicy: Always env: