update backup
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: backup-daily
|
name: backup-daily
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
cron: "0 2 * * *"
|
cron: "00 00 * * *"
|
||||||
task: "backup"
|
task: "backup"
|
||||||
groups:
|
groups:
|
||||||
- "group-backup" # Optionnel : permet de regrouper les jobs
|
- "group-backup" # Optionnel : permet de regrouper les jobs
|
||||||
12
helm/longhorn/dev/templates/backup-daily-06h.yaml
Normal file
12
helm/longhorn/dev/templates/backup-daily-06h.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: longhorn.io/v1beta2
|
||||||
|
kind: RecurringJob
|
||||||
|
metadata:
|
||||||
|
name: backup-daily
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
spec:
|
||||||
|
cron: "00 06 * * *"
|
||||||
|
task: "backup"
|
||||||
|
groups:
|
||||||
|
- "group-backup" # Optionnel : permet de regrouper les jobs
|
||||||
|
retain: 7
|
||||||
|
concurrency: 2
|
||||||
12
helm/longhorn/dev/templates/backup-daily-12h.yaml
Normal file
12
helm/longhorn/dev/templates/backup-daily-12h.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: longhorn.io/v1beta2
|
||||||
|
kind: RecurringJob
|
||||||
|
metadata:
|
||||||
|
name: backup-daily
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
spec:
|
||||||
|
cron: "00 12 * * *"
|
||||||
|
task: "backup"
|
||||||
|
groups:
|
||||||
|
- "group-backup" # Optionnel : permet de regrouper les jobs
|
||||||
|
retain: 7
|
||||||
|
concurrency: 2
|
||||||
12
helm/longhorn/dev/templates/backup-daily-18h.yaml
Normal file
12
helm/longhorn/dev/templates/backup-daily-18h.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: longhorn.io/v1beta2
|
||||||
|
kind: RecurringJob
|
||||||
|
metadata:
|
||||||
|
name: backup-daily
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
spec:
|
||||||
|
cron: "00 18 * * *"
|
||||||
|
task: "backup"
|
||||||
|
groups:
|
||||||
|
- "group-backup" # Optionnel : permet de regrouper les jobs
|
||||||
|
retain: 7
|
||||||
|
concurrency: 2
|
||||||
Reference in New Issue
Block a user