Skip to content

Commit ab39fc9

Browse files
authored
Merge pull request #9 from upbound/feature/streamline-podmonitors
feat(podmonitors): change pod monitors
2 parents 894d049 + 97c6a6e commit ab39fc9

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

apis/oss/composition.yaml

+15-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ spec:
3131
kind: PodMonitor
3232
metadata:
3333
name: crossplane-rbac-manager
34-
namespace: upbound-system
34+
namespace: operators
3535
labels:
3636
app: crossplane-rbac-manager
3737
spec:
38+
namespaceSelector:
39+
matchNames:
40+
- crossplane-system
41+
- upbound-system
3842
selector:
3943
matchLabels:
4044
app: crossplane-rbac-manager
@@ -58,10 +62,14 @@ spec:
5862
kind: PodMonitor
5963
metadata:
6064
name: crossplane
61-
namespace: upbound-system
65+
namespace: operators
6266
labels:
6367
app: crossplane
6468
spec:
69+
namespaceSelector:
70+
matchNames:
71+
- crossplane-system
72+
- upbound-system
6573
selector:
6674
matchLabels:
6775
app: crossplane
@@ -85,10 +93,14 @@ spec:
8593
kind: PodMonitor
8694
metadata:
8795
name: crossplane-providers
88-
namespace: upbound-system
96+
namespace: operators
8997
labels:
9098
app: crossplane-providers
9199
spec:
100+
namespaceSelector:
101+
matchNames:
102+
- crossplane-system
103+
- upbound-system
92104
selector:
93105
matchLabels:
94106
app: crossplane-providers

0 commit comments

Comments
 (0)