Skip to content

Resolve "Reduce overhead of cronjobs"

Arie Peterson requested to merge 85-reduce-overhead-of-cronjobs into master
  • 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

Merge request reports