change resource-quotas

main
Johannes Wicovsky 3 years ago
parent 376e3d689c
commit 474948db7c

@ -19,7 +19,7 @@ spec:
{{ if .Values.smardigo.ocr.with_limits }}
resources:
requests:
memory: "1Gi"
memory: "0.5Gi"
cpu: "0.5"
limits:
memory: "1Gi"

@ -19,7 +19,7 @@ spec:
resources:
requests:
memory: "1Gi"
cpu: "1"
cpu: "0.5"
limits:
memory: "1Gi"
cpu: "1"

@ -19,7 +19,7 @@ spec:
{{ if .Values.smardigo.ocr.with_limits }}
resources:
requests:
memory: "1Gi"
memory: "0.5Gi"
cpu: "0.5"
limits:
memory: "1Gi"

Loading…
Cancel
Save