quickfix: bump replica_job memory to 200Mi

This commit is contained in:
Ilya Kreymer 2023-11-13 13:44:49 -08:00
parent a6a78c9ef2
commit 3e82c4513b

View File

@ -96,8 +96,8 @@ spec:
{% endif %}
resources:
limits:
memory: "100Mi"
memory: "200Mi"
requests:
memory: "100Mi"
memory: "200Mi"
cpu: "50m"