Dumps_v1: Apply increased KubernetesExecutor resources to sync pods

We have observed timeouts when scheduling sync tasks for the SQL/XML dumps, which we believe are related to high memory usage, leading to OOMKilled pods.

This was largely rectified for the dump tasks by increasing the memory requests, but the change was not applied to the sync tasks.

This commit applies these same limits to the sync tasks, as well as slightly increasing the CPU requests for the KPO monitor tasks.

Bug: T397848 Bug: T389782

Merge request reports

Loading