Fix promtail running on usb nodes
This commit is contained in:
parent
e390b1e675
commit
9d3819ee1a
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ spec:
|
||||||
prometheus.io/port: "9080"
|
prometheus.io/port: "9080"
|
||||||
spec:
|
spec:
|
||||||
serviceAccount: promtail
|
serviceAccount: promtail
|
||||||
|
tolerations:
|
||||||
|
- key: "rtlsdr"
|
||||||
|
value: "true"
|
||||||
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: grafana/promtail
|
image: grafana/promtail
|
||||||
|
|
Loading…
Reference in a new issue