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