initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
labels:
|
||||
name: prometheus
|
||||
name: prometheus
|
||||
spec:
|
||||
endpoints:
|
||||
- interval: 30s
|
||||
targetPort: 9090
|
||||
path: /metrics
|
||||
namespaceSelector:
|
||||
any: true
|
||||
selector:
|
||||
matchLabels:
|
||||
operated-prometheus: "true"
|
||||
Reference in New Issue
Block a user