Skip to content

Commit

Permalink
[rabbitmq] Don't enable by default rabbitmq-exporter sidecar
Browse files Browse the repository at this point in the history
Use rabbitmq prometheus plugin instead
  • Loading branch information
s10 committed Jul 3, 2024
1 parent d8f3df9 commit de39b9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions common/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Rabbitmq CHANGELOG

This file is used to list changes made in each version of the common chart rabbitmq.

0.7.2
-----
[email protected]
- Use the rabbitmq prometheus plugin instead of rabbitmq-exporter by default

0.7.1
------
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion common/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 0.7.1
version: 0.7.2
description: A Helm chart for RabbitMQ
sources:
- https://github.com/sapcc/helm-charts/common/rabbitmq
4 changes: 2 additions & 2 deletions common/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ resources:
nodeAffinity: {}

metrics:
enabled: &metrics true
enabled: true
sidecar:
enabled: *metrics
enabled: false
image: kbudde/rabbitmq-exporter
imageTag: 0.16.0
user: monitoring
Expand Down

0 comments on commit de39b9e

Please sign in to comment.