increase resource-limit for ocr-worker as it wont start

main
Johannes Wicovsky 3 years ago
parent b905e45df2
commit f22d72c5c3

@ -28,10 +28,10 @@ spec:
{{ if .Values.smardigo.ocr.with_limits }} {{ if .Values.smardigo.ocr.with_limits }}
resources: resources:
requests: requests:
memory: "64Mi" memory: "128Mi"
cpu: "250m" cpu: "250m"
limits: limits:
memory: "128Mi" memory: "256Mi"
cpu: "500m" cpu: "500m"
{{ end }} {{ end }}
imagePullPolicy: Always imagePullPolicy: Always

Loading…
Cancel
Save