Enabled service monitor

This commit is contained in:
Jim Martens 2023-11-02 13:44:08 +01:00
parent 4c2ea3c76a
commit 52e8332d79
2 changed files with 11 additions and 1 deletions

View File

@ -18,5 +18,10 @@ environment:
value: "1"
prometheus-kafka-exporter:
prometheus:
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
kafkaServer:
- kafka.kafka:9092
- kafka.kafka:9092

View File

@ -146,5 +146,10 @@ podSpec: {}
# containerSpec: will be added at the bottom of the container specification in the pod template
containerSpec: {}
prometheus-kafka-exporter:
prometheus:
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
kafkaServer:
- kafka.kafka:9092