initial commit

This commit is contained in:
2024-07-17 15:30:34 +02:00
commit 347e4e3de1
86 changed files with 18464 additions and 0 deletions
+16
View File
@@ -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"