Merge branch 'cusqa' into 'cusprod'

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

See merge request smardigo-hetzner/mobene/prodwork01-mobene-deployment!70
MOB-755
Johannes Wicovsky 3 years ago
commit 5930b93576

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