fiddling with cron
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user