We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9311ee6 commit 81d287aCopy full SHA for 81d287a
manifests/prometheus-config.yaml
@@ -0,0 +1,18 @@
1
+apiVersion: v1
2
+kind: ConfigMap
3
+metadata:
4
+ name: prometheus-config
5
+ namespace: monitoring
6
+data:
7
+ prometheus.yml: |
8
+ global:
9
+ scrape_interval: 15s
10
+
11
+ scrape_configs:
12
+ - job_name: "prometheus"
13
+ static_configs:
14
+ - targets: ["localhost:9090"]
15
16
+ - job_name: "node_exporter"
17
18
+ - targets: ["node-exporter.monitoring.svc.cluster.local:9100"]
0 commit comments