-
Notifications
You must be signed in to change notification settings - Fork 93
/
schedule-configmap.yaml
43 lines (42 loc) · 1.77 KB
/
schedule-configmap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: v1
kind: ConfigMap
metadata:
name: schedule-configmap
annotations:
reloader.stakater.com/match: "true"
data:
publisher.lar.private.2018: 0 0 0 23 4 ? 2079
publisher.lar.private.2019: 0 0 0 23 4 ? 2079
publisher.lar.private.2020: 0 10 16 ? * SUN *
publisher.lar.private.2021: 0 30 15 ? * SUN *
publisher.lar.private.2022: 0 30 6 * * ?
publisher.lar.private.cll.2019: 0 0 0 23 4 ? 2079
publisher.lar.private.cll.2020: 0 10 5 ? * MON *
publisher.lar.private.cll.2021: 0 10 6 ? * MON *
publisher.lar.private.cll.2022: 0 10 4 ? * MON *
publisher.lar.public.2018: 0 0 0 23 4 ? 2079
publisher.lar.public.2019: 0 0 0 23 4 ? 2079
publisher.lar.public.2020: 0 15 11 ? * SUN *
publisher.lar.public.2021: 0 15 12 ? * SUN *
publisher.lar.quarterly.2020: 0 0 0 23 4 ? 2079
publisher.lar.quarterly.2021: 0 0 0 23 4 ? 2079
publisher.lar.quarterly.2022: 0 0 0 23 4 ? 2079
publisher.lar.quarterly.2023: 0 0 0 23 4 ? 2079
publisher.panel.private.2018: 0 0 0 23 4 ? 2079
publisher.panel.private.2019: 0 0 0 23 4 ? 2079
publisher.panel.private.2020: 0 50 16 ? * SUN *
publisher.panel.private.2021: 0 10 15 ? * SUN *
publisher.panel.private.2022: 0 30 7 * * ?
publisher.ts.private.2018: 0 0 0 23 4 ? 2079
publisher.ts.private.2019: 0 0 0 23 4 ? 2079
publisher.ts.private.2020: 0 00 16 ? * SUN *
publisher.ts.private.2021: 0 00 15 ? * SUN *
publisher.ts.private.2022: 0 00 8 * * ?
publisher.ts.public.2018: 0 0 0 23 4 ? 2079
publisher.ts.public.2019: 0 0 0 23 4 ? 2079
publisher.ts.public.2020: 0 00 11 ? * SUN *
publisher.ts.public.2021: 0 00 12 ? * SUN *
publisher.ts.quarterly.2020: 0 0 0 23 4 ? 2079
publisher.ts.quarterly.2021: 0 0 0 23 4 ? 2079
publisher.ts.quarterly.2022: 0 0 0 23 4 ? 2079
publisher.ts.quarterly.2023: 0 0 0 23 4 ? 2079