From 728c52aa5b4f7ea9ee37a15ae4f0a7994f0e6ca7 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky <> Date: Fri, 25 Nov 2022 10:23:47 +0100 Subject: [PATCH] increase resources for ocr-worker --- config/default/templates/smardigo-ocr/deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: