mirror of
https://github.com/KevinMidboe/cloudflare-ddns.git
synced 2025-10-29 01:20:17 +00:00
Run cronjob every 10th minute & succesful job history set to 10
This commit is contained in:
@@ -4,9 +4,13 @@ metadata:
|
||||
name: cloudflare-ddns-cronjob
|
||||
namespace: cloudflare-ddns
|
||||
spec:
|
||||
schedule: "2 * * * *"
|
||||
schedule: "*/10 * * * *"
|
||||
successfulJobsHistoryLimit: 10
|
||||
failedJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
parallelism: 1
|
||||
completions: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user