feat(k8s/archmirror): run sync once daily at 3AM, reduce timeouts
This commit is contained in:
@@ -7,14 +7,14 @@ metadata:
|
||||
labels:
|
||||
app: archmirror-sync
|
||||
spec:
|
||||
schedule: "0 */6 * * *"
|
||||
schedule: "0 3 * * *"
|
||||
concurrencyPolicy: Forbid
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
jobTemplate:
|
||||
spec:
|
||||
backoffLimit: 1
|
||||
activeDeadlineSeconds: 14400
|
||||
activeDeadlineSeconds: 3600
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user