Resolve "Reduce overhead of cronjobs"
- Changes the sidecar container to run a cron daemon instead of the backup script with manual
sleep
. - Puts the backup script in a crontab.
- Removes the kubernetes
CronJob
that did the wordpress cron calling, replacing it by a regular cronjob. - Allows custom crontab entries provided from a helm value.
Closes #85 (closed)
Edited by Arie Peterson