-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwatches.yaml
89 lines (85 loc) · 2.43 KB
/
watches.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
# Use the 'create api' subcommand to add watches to this file.
- version: v1alpha1
group: m4e.krestomat.io
kind: Moodle
blacklist:
# issue seing other secrets as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: Secret
# issue seing other config maps as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: ConfigMap
# issue detecting cronjob update and triggering reconciliation
- group: batch
version: v1beta1
kind: CronJob
- group: batch
version: v1
kind: CronJob
# omit vpa and hpa triggering reconcile
- group: "autoscaling"
version: v2
kind: HorizontalPodAutoscaler
- group: "autoscaling.k8s.io"
version: v1
kind: VerticalPodAutoscaler
finalizer:
name: m4e.krestomat.io/finalizer
vars:
cr_state: absent
playbook: playbooks/moodle.yml
- version: v1alpha1
group: m4e.krestomat.io
kind: Nginx
playbook: playbooks/nginx.yml
blacklist:
# issue seing other secrets as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: Secret
# issue seing other config maps as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: ConfigMap
# omit vpa and hpa triggering reconcile
- group: "autoscaling"
version: v2
kind: HorizontalPodAutoscaler
- group: "autoscaling.k8s.io"
version: v1
kind: VerticalPodAutoscaler
vars:
cr_kind: Nginx
- version: v1alpha1
group: m4e.krestomat.io
kind: Phpfpm
playbook: playbooks/php_fpm.yml
blacklist:
# issue seing other secrets as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: Secret
# issue seing other config maps as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: ConfigMap
# omit vpa and hpa triggering reconcile
- group: "autoscaling"
version: v2
kind: HorizontalPodAutoscaler
- group: "autoscaling.k8s.io"
version: v1
kind: VerticalPodAutoscaler
vars:
cr_kind: Phpfpm
- version: v1alpha1
group: m4e.krestomat.io
kind: Routine
reconcilePeriod: 1m
playbook: playbooks/routine.yml
vars:
cr_kind: Routine
# +kubebuilder:scaffold:watch