Skip to content

Schedule Pod Restart - v0.1.0

Latest
Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 25 Jan 12:31
15712de

Chart: 0.1.0
Automatically restarting pods with labels based on a cron schedule.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm repo update
helm install schedule-pod-restart coditeu/schedule-pod-restart --set cronjob.schedule="0 1 * * *" --set cronjob.podLabels="app=example"