diff --git a/config/default/templates/mobene-uba-export/deployment.yml b/config/default/templates/mobene-uba-export/deployment.yml index 48ee713..0ea2aea 100644 --- a/config/default/templates/mobene-uba-export/deployment.yml +++ b/config/default/templates/mobene-uba-export/deployment.yml @@ -18,8 +18,8 @@ spec: image: "{{ .Values.mobene.uba.image }}:{{ .Values.mobene.uba.version }}" resources: requests: - memory: "0.5Gi" - cpu: "0.25" + memory: "0.1Gi" + cpu: "0.1" limits: memory: "0.5Gi" cpu: "0.25" diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index 27fe9a4..5161b33 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -17,8 +17,8 @@ spec: image: postgres:{{ .Values.smardigo.ocr.postgres.version }} resources: requests: - memory: "0.5Gi" - cpu: "0.25" + memory: "0.1Gi" + cpu: "0.1" limits: memory: "0.5Gi" cpu: "0.25" @@ -35,9 +35,9 @@ spec: resources: requests: memory: "0.5Gi" - cpu: "1" + cpu: "0.5" limits: - memory: "2.5Gi" + memory: "3Gi" cpu: "1" imagePullPolicy: Always env: diff --git a/config/default/templates/smardigo-sepa-exporter/deployment.yml b/config/default/templates/smardigo-sepa-exporter/deployment.yml index e27c3a4..10a682c 100644 --- a/config/default/templates/smardigo-sepa-exporter/deployment.yml +++ b/config/default/templates/smardigo-sepa-exporter/deployment.yml @@ -18,8 +18,8 @@ spec: image: "{{ .Values.smardigo.sepa_exporter.image }}:{{ .Values.smardigo.sepa_exporter.version }}" resources: requests: - memory: "0.5Gi" - cpu: "0.25" + memory: "0.1Gi" + cpu: "0.1" limits: memory: "0.5Gi" cpu: "0.25"