From 474948db7c750a9e221ebc460821447a9435b2d6 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky <> Date: Mon, 28 Nov 2022 12:29:40 +0100 Subject: [PATCH] change resource-quotas --- config/default/templates/mobene-uba-export/deployment.yml | 2 +- config/default/templates/smardigo-ocr/deployment.yml | 2 +- config/default/templates/smardigo-sepa-exporter/deployment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/templates/mobene-uba-export/deployment.yml b/config/default/templates/mobene-uba-export/deployment.yml index 0943043..d651960 100644 --- a/config/default/templates/mobene-uba-export/deployment.yml +++ b/config/default/templates/mobene-uba-export/deployment.yml @@ -19,7 +19,7 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1Gi" + memory: "0.5Gi" cpu: "0.5" limits: memory: "1Gi" diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index a39dc18..ce9a7d6 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -19,7 +19,7 @@ spec: resources: requests: memory: "1Gi" - cpu: "1" + cpu: "0.5" limits: memory: "1Gi" cpu: "1" diff --git a/config/default/templates/smardigo-sepa-exporter/deployment.yml b/config/default/templates/smardigo-sepa-exporter/deployment.yml index 6b0772c..8deb8d1 100644 --- a/config/default/templates/smardigo-sepa-exporter/deployment.yml +++ b/config/default/templates/smardigo-sepa-exporter/deployment.yml @@ -19,7 +19,7 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1Gi" + memory: "0.5Gi" cpu: "0.5" limits: memory: "1Gi"