File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
operations/observability/mixins/platform/rules/argocd Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
7
7
app.kubernetes.io/name : argocd
8
8
app.kubernetes.io/part-of : kube-prometheus
9
9
spec :
10
+ namespaceSelector :
11
+ matchNames :
12
+ - argocd
10
13
selector :
11
14
matchLabels :
12
15
app.kubernetes.io/name : argocd-metrics
@@ -22,6 +25,9 @@ metadata:
22
25
app.kubernetes.io/name : argocd
23
26
app.kubernetes.io/part-of : kube-prometheus
24
27
spec :
28
+ namespaceSelector :
29
+ matchNames :
30
+ - argocd
25
31
selector :
26
32
matchLabels :
27
33
app.kubernetes.io/name : argocd-server-metrics
@@ -37,6 +43,9 @@ metadata:
37
43
app.kubernetes.io/name : argocd-repo-server
38
44
app.kubernetes.io/part-of : kube-prometheus
39
45
spec :
46
+ namespaceSelector :
47
+ matchNames :
48
+ - argocd
40
49
selector :
41
50
matchLabels :
42
51
app.kubernetes.io/name : argocd-repo-server
@@ -52,6 +61,9 @@ metadata:
52
61
app.kubernetes.io/name : argocd-applicationset-controller
53
62
app.kubernetes.io/part-of : kube-prometheus
54
63
spec :
64
+ namespaceSelector :
65
+ matchNames :
66
+ - argocd
55
67
selector :
56
68
matchLabels :
57
69
app.kubernetes.io/name : argocd-applicationset-controller
You can’t perform that action at this time.
0 commit comments