fiddling with cron

This commit is contained in:
2020-10-13 21:31:55 +02:00
parent 2489f8ba2d
commit ba4865096a

View File

@@ -81,13 +81,13 @@ kind: CronJob
metadata: metadata:
name: piwigo-quicksync name: piwigo-quicksync
spec: spec:
schedule: '* */1 * * *' schedule: '*/30 */1 * * *'
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
jobTemplate: jobTemplate:
spec: spec:
template: template:
spec: spec:
restartPolicy: OnFailure restartPolicy: Never
containers: containers:
- name: piwigo-quicksync - name: piwigo-quicksync
image: docker-registry.lan/piwigo-sync:arm64 image: docker-registry.lan/piwigo-sync:arm64