mirror of
https://github.com/optim-enterprises-bv/openstack-helm-infra.git
synced 2026-01-04 13:51:29 +00:00
Fix to configure RABBIT_CAPABILITIES
This PS fixes the rabbitmq exporter configurations. Now, RABBIT_CAPABILITIES env values can not be set because of dummy values. After fix values, it needs to upgrade exporter image version because of string parsing problem in the exporter. Additional, bert option is added. https://github.com/kbudde/rabbitmq_exporter Change-Id: I2a763b6730bcbef1900f7cd4c5a05066bfffadf2 co-authored-by: DaeSeong Kim <powerds0111@gmail.com> Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
@@ -59,7 +59,7 @@ spec:
|
||||
- name: RABBIT_PASSWORD
|
||||
value: {{ $envAll.Values.endpoints.oslo_messaging.auth.user.password | quote }}
|
||||
- name: RABBIT_CAPABILITIES
|
||||
value: {{ tuple $envAll.Values.conf.prometheus_exporter.capabilities $envAll | include "helm-toolkit.utils.joinListWithComma" | quote }}
|
||||
value: {{ include "helm-toolkit.utils.joinListWithComma" $envAll.Values.conf.prometheus_exporter.capabilities | quote }}
|
||||
- name: PUBLISH_PORT
|
||||
value: {{ $envAll.Values.network.prometheus_rabbitmq_exporter.port | quote }}
|
||||
- name: LOG_LEVEL
|
||||
|
||||
@@ -106,6 +106,7 @@ conf:
|
||||
prometheus_exporter:
|
||||
capabilities:
|
||||
- no_sort
|
||||
- bert
|
||||
log_level: info
|
||||
skipverify: 1
|
||||
rabbitmq:
|
||||
|
||||
Reference in New Issue
Block a user