Closed sdaberdaku closed 2 months ago
I moved the JMX Exporter container port to correct container (previously located on the coordinator container), with a minor.
Also, the property .Values.jmx.exporter.configProperties was declared as a list which was incorrect. I converted it to a templated multiline string.
.Values.jmx.exporter.configProperties
I also updated the minimal JMX configuration example in the default value of .Values.jmx.exporter.configProperties.
Fixes #221
Dear @nineinchnick,
Thank you for your review. I implemented the changes and did a rebase.
Please let me know if you have any more comments.
Best,
S.
I moved the JMX Exporter container port to correct container (previously located on the coordinator container), with a minor.
Also, the property
.Values.jmx.exporter.configProperties
was declared as a list which was incorrect. I converted it to a templated multiline string.I also updated the minimal JMX configuration example in the default value of
.Values.jmx.exporter.configProperties
.Fixes #221