From 95080827550a9a208ec2cf39b35a2f60a8bebaf5 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky <> Date: Mon, 28 Nov 2022 12:39:05 +0100 Subject: [PATCH] change resource quotas --- .../templates/mobene-uba-export/deployment.yml | 6 +++--- .../default/templates/smardigo-ocr/deployment.yml | 14 +++++++------- .../smardigo-sepa-exporter/deployment.yml | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/default/templates/mobene-uba-export/deployment.yml b/config/default/templates/mobene-uba-export/deployment.yml index d651960..b41193c 100644 --- a/config/default/templates/mobene-uba-export/deployment.yml +++ b/config/default/templates/mobene-uba-export/deployment.yml @@ -20,10 +20,10 @@ spec: resources: requests: memory: "0.5Gi" - cpu: "0.5" + cpu: "0.25" limits: - memory: "1Gi" - cpu: "1" + memory: "0.5Gi" + cpu: "0.25" {{ end }} imagePullPolicy: Always env: diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index ce9a7d6..bdd91a4 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -18,11 +18,11 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1Gi" - cpu: "0.5" + memory: "0.5Gi" + cpu: "0.25" limits: - memory: "1Gi" - cpu: "1" + memory: "0.5Gi" + cpu: "0.25" {{ end }} imagePullPolicy: Always env: @@ -37,11 +37,11 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1Gi" + memory: "1.5Gi" cpu: "1" limits: - memory: "2Gi" - cpu: "2" + memory: "1.5Gi" + cpu: "1" {{ end }} imagePullPolicy: Always env: diff --git a/config/default/templates/smardigo-sepa-exporter/deployment.yml b/config/default/templates/smardigo-sepa-exporter/deployment.yml index 8deb8d1..03f11a7 100644 --- a/config/default/templates/smardigo-sepa-exporter/deployment.yml +++ b/config/default/templates/smardigo-sepa-exporter/deployment.yml @@ -20,10 +20,10 @@ spec: resources: requests: memory: "0.5Gi" - cpu: "0.5" + cpu: "0.25" limits: - memory: "1Gi" - cpu: "1" + memory: "0.5Gi" + cpu: "0.25" {{ end }} imagePullPolicy: Always env: