changed to hourly execution

This commit is contained in:
jem 2021-06-22 09:17:35 +02:00
parent 40455b7ab4
commit 5ca982426e

View file

@ -5,7 +5,7 @@ metadata:
labels: labels:
app.kubernetes.io/name: k8s-mastodon-bot app.kubernetes.io/name: k8s-mastodon-bot
spec: spec:
schedule: "* */15 * * *" schedule: "*/15 * * * *"
successfulJobsHistoryLimit: 5 successfulJobsHistoryLimit: 5
failedJobsHistoryLimit: 5 failedJobsHistoryLimit: 5
concurrencyPolicy: Replace concurrencyPolicy: Replace