change limit-attribute to Gi from G

main
Johannes Wicovsky 3 years ago
parent ef714edc7c
commit 2f79e62730

@ -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

Loading…
Cancel
Save