Merge "Fix to configure RABBIT_CAPABILITIES"
This commit is contained in:
commit
91b83aeabb
rabbitmq
@ -59,7 +59,7 @@ spec:
|
|||||||
- name: RABBIT_PASSWORD
|
- name: RABBIT_PASSWORD
|
||||||
value: {{ $envAll.Values.endpoints.oslo_messaging.auth.user.password | quote }}
|
value: {{ $envAll.Values.endpoints.oslo_messaging.auth.user.password | quote }}
|
||||||
- name: RABBIT_CAPABILITIES
|
- 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
|
- name: PUBLISH_PORT
|
||||||
value: {{ $envAll.Values.network.prometheus_rabbitmq_exporter.port | quote }}
|
value: {{ $envAll.Values.network.prometheus_rabbitmq_exporter.port | quote }}
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
|
@ -106,6 +106,7 @@ conf:
|
|||||||
prometheus_exporter:
|
prometheus_exporter:
|
||||||
capabilities:
|
capabilities:
|
||||||
- no_sort
|
- no_sort
|
||||||
|
- bert
|
||||||
log_level: info
|
log_level: info
|
||||||
skipverify: 1
|
skipverify: 1
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user