chore(helmfile): Raising memory limits due to OOMKill during testautomation

This commit is contained in:
Thorsten Roßner
2025-09-25 14:25:41 +02:00
parent 0c603941aa
commit cf2725c76c

View File

@@ -50,10 +50,10 @@ resources:
dovecot: dovecot:
limits: limits:
cpu: 99 cpu: 99
memory: "256Mi" memory: "512Mi"
requests: requests:
cpu: 0.1 cpu: 0.1
memory: "32Mi" memory: "64Mi"
element: element:
limits: limits:
cpu: 99 cpu: 99