Skip to content

Commit d3bb548

Browse files
committed
install: add service monitor manifest
1 parent 70c8b8f commit d3bb548

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: monitoring.coreos.com/v1
2+
kind: ServiceMonitor
3+
metadata:
4+
labels:
5+
k8s-app: cluster-version-operator
6+
name: cluster-version-operator
7+
namespace: openshift-cluster-version
8+
spec:
9+
endpoints:
10+
- interval: 30s
11+
port: metrics
12+
scheme: http
13+
namespaceSelector:
14+
matchNames:
15+
- openshift-cluster-version
16+
selector:
17+
matchLabels:
18+
k8s-app: cluster-version-operator

0 commit comments

Comments
 (0)