MOB-679: Increase limits for ocr and connect as they run in out-of-memory

MOB-755
Johannes Wicovsky 3 years ago
parent 4cad80c34f
commit 6e8b70256f

@ -112,6 +112,11 @@ smardigo-connect:
enabled: true
four_eyes_principle_deletion: true
config_delete_scope_enabled: true
resources:
limits:
memory: 4Gi
requests:
cpu: "2"
smardigo-worker:
uba:
@ -122,6 +127,11 @@ smardigo-worker:
enabled: true
image:
version: 10.4.5
resources:
limits:
memory: 4Gi
requests:
cpu: "1"
smardigo-wordpress:
wordpress:

Loading…
Cancel
Save