Hi - It seems like the helm chart has no support for exposing a JMX port from management center You can enable this- ``` .Values.mancenter.javaOpts -Dhazelcast.mc.jmx.enabled=true ``` However as far as I can tell, there's no way to expand the template to expose the port used for JMX. https://github.com/hazelcast/charts/blob/master/stable/hazelcast/templates/mancenter-statefulset.yaml#L84 This would be helpful to use the clustered JMX feature described here: https://docs.hazelcast.com/management-center/5.3/integrate/jmx With the standard hazelcast chart, you can use customPorts https://github.com/hazelcast/charts/blob/master/stable/hazelcast/templates/statefulset.yaml#L93 Thank you!
Hi -
It seems like the helm chart has no support for exposing a JMX port from management center
You can enable this-
However as far as I can tell, there's no way to expand the template to expose the port used for JMX.
https://github.com/hazelcast/charts/blob/master/stable/hazelcast/templates/mancenter-statefulset.yaml#L84
This would be helpful to use the clustered JMX feature described here:
https://docs.hazelcast.com/management-center/5.3/integrate/jmx
With the standard hazelcast chart, you can use customPorts https://github.com/hazelcast/charts/blob/master/stable/hazelcast/templates/statefulset.yaml#L93
Thank you!