From 9c38f15c2a67e76089d7d72d63a4dbb808c52fb8 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky <> Date: Fri, 25 Nov 2022 10:04:51 +0100 Subject: [PATCH] increase mem-limit for ocr as it wont start --- config/default/templates/smardigo-ocr/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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