We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: