Skip to content

Commit 3bd3e50

Browse files
Patch cronjob schedule
1 parent 2cb4a4f commit 3bd3e50

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

clusters/argo-svc.dd.soeren.cloud/apps/linkding/kustomization.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ patches:
4444
path: /spec/hosts
4545
value:
4646
- 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"

clusters/argo-svc.dd.soeren.cloud/apps/memos/kustomization.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ patches:
2121
path: /spec/hosts
2222
value:
2323
- 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"
2434
configMapGenerator:
2535
- name: "memos-restic-postgres"
2636
options:

0 commit comments

Comments
 (0)