File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
clusters/argo-svc.dd.soeren.cloud/apps Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,13 @@ patches:
44
44
path: /spec/hosts
45
45
value:
46
46
- linkding.svc.dd.soeren.cloud
47
+ - target :
48
+ kind : " CronJob"
49
+ name : " restic-postgres-backup"
50
+ patch : |-
51
+ - op: "replace"
52
+ path: "/spec/schedule"
53
+ value: "9 30 * * *"
54
+ - op: replace
55
+ path: "/spec/timeZone"
56
+ value: "Europe/Berlin"
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ patches:
21
21
path: /spec/hosts
22
22
value:
23
23
- memos.svc.dd.soeren.cloud
24
+ - target :
25
+ kind : " CronJob"
26
+ name : " restic-postgres-backup"
27
+ patch : |-
28
+ - op: "replace"
29
+ path: "/spec/schedule"
30
+ value: "9 25 * * *"
31
+ - op: replace
32
+ path: "/spec/timeZone"
33
+ value: "Europe/Berlin"
24
34
configMapGenerator :
25
35
- name : " memos-restic-postgres"
26
36
options :
You can’t perform that action at this time.
0 commit comments