Skip to content
Snippets Groups Projects
Commit 38391fcd authored by František Dvořák's avatar František Dvořák
Browse files

Scrape fluent-bit metrics by Prometheus

parent b367c8f7
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,12 @@ extraVolumeMounts: ...@@ -105,6 +105,12 @@ extraVolumeMounts:
mountPath: "/secrets" mountPath: "/secrets"
{% endif %} {% endif %}
service:
annotations:
prometheus.io/path: "/api/v1/metrics/prometheus"
prometheus.io/port: "2020"
prometheus.io/scrape: "true"
# daemonset runnable on control plane nodes # daemonset runnable on control plane nodes
tolerations: tolerations:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment