reactive-tech/kubegres

Backup jobs doesn't set resources limits as specified in resources limits entry in manifest

Opened this issue · 1 comments

The same resources limits should be applied to all containers including init containers, the database container and the cron jobs.

Resources limits definitions should be applied to all containers and not to only database container as resources policies present in production clusters applies normally to all resources creation, including cron jobs.

Currently I cannot use kubegres backup functionality in production workflow due to failing compliance with resources limits policy.

I will test it and let you know. Could you copy an example of configuration that you applied to the yaml?