Skip to content

Commit f3a9166

Browse files
committed
new DaemonSet sample
1 parent 61b1b9e commit f3a9166

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

prometheus-daemonset.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: extensions/v1beta1
2+
kind: DaemonSet
3+
metadata:
4+
name: prom-exporter
5+
spec:
6+
template:
7+
metadata:
8+
labels:
9+
tier: monitoring
10+
name: prom-exporter
11+
spec:
12+
containers:
13+
- name: prometheus
14+
image: prom/node-exporter
15+
ports:
16+
- containerPort: 80

0 commit comments

Comments
 (0)