diff --git a/k8s/monitoring/promtail.yaml b/k8s/monitoring/promtail.yaml index 101b1d8..8b1a41f 100644 --- a/k8s/monitoring/promtail.yaml +++ b/k8s/monitoring/promtail.yaml @@ -15,6 +15,10 @@ spec: prometheus.io/port: "9080" spec: serviceAccount: promtail + tolerations: + - key: "rtlsdr" + value: "true" + effect: "NoSchedule" containers: - name: promtail image: grafana/promtail