diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index 6978a54..a39dc18 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -18,10 +18,10 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1G" + memory: "1Gi" cpu: "1" limits: - memory: "1G" + memory: "1Gi" cpu: "1" {{ end }} imagePullPolicy: Always @@ -37,10 +37,10 @@ spec: {{ if .Values.smardigo.ocr.with_limits }} resources: requests: - memory: "1G" + memory: "1Gi" cpu: "1" limits: - memory: "2G" + memory: "2Gi" cpu: "2" {{ end }} imagePullPolicy: Always