sdwerwed opened a new pull request #127: URL: https://github.com/apache/pulsar-helm-chart/pull/127
### Motivation There is no option in the current helm chart to make the pulsar high available. With this pull request, we can make some of the pulsar components highly available (multiAZ support). This is usually a requirement by many companies and I believe it will help many people that are facing this limitation. This version is backwards compatible, the default values are the same. It is tested and works as expected, pods can be scheduled in different availability zones if `<component>.affinity.anti_affinity_topology.zone.enabled: true` ### Modifications I have added an extra option in the anti-affinity section for multiAZ support that is disabled by default. Made the weight from static value to variable (default is same), so users can adjust the weight in case they want to use both `host` and `zone` anti-affinity ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org