pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Official Apache Pulsar Helm Chart
**Describe the bug** The reissued certificates from the Cert Manager will not be used by Pulsar until the pods are rebooted. **To Reproduce** Steps to reproduce the behavior: 1. Activate...
Fixes # ### Motivation Add an option to choose where to run pulsar-cluster-initialize pod. Sometimes there is a necessity to run only on certain nodes. ### Modifications Added nodeSelector option...
Fixes #133 Fixes #108 Fixes #86 Fixes #31 ### Motivation The docker image for Pulsar Manager v0.2.0 includes support for JWT-based configurations, so long as the appropriate environment variables are...
### Motivation In #204, api version of the cert resources was updated to v1. This was insufficient because `v1` has different spec from `v1alpha1` This MR finishes the work that...
Why in the template broker-statefulset.yaml the value for `podManagementPolicy` if fixed to `Parallel`? Couldn't it be taken from values.yaml?
Fixes #281 ### Motivation We can not set a specific nodePort for the proxy service. We want to persist a specific nodePort to make the Chart redeployable in our infrastructure....
**Is your feature request related to a problem? Please describe.** We can not set a specific nodePort for the proxy service. We want to persist a specific nodePort to make...
Fixes #278 ### Motivation We want to connect the included Prometheus server to an external Alert Manager which is currently not possible. ### Modifications We have moved the hard coded...
**The prometheus configuration is currently hardcoded. Extending it is not possible - e.g. connecting it with an external alert manager.** We want to connect the included Prometheus server to an...