hazelcast / charts

Hazelcast Official Helm Chart Repository
Apache License 2.0
36 stars 86 forks source link

Mancenter Clustered JMX #409

Open brettplarson opened 7 months ago

brettplarson commented 7 months ago

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!