camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
74 stars 139 forks source link

[ENHANCEMENT] Globalize cluster sizing values #533

Open jonathanlukas opened 1 year ago

jonathanlukas commented 1 year ago

Describe the use case:

When altering the zeebe.partitionCount, you always have to adjust the optimize.partitionCount as well.

Describe the enhancement/feature:

Instead of having zeebe.partitionCount, zeebe.replicationFactor and zeebe.clusterSize, offer these values globally so that every component that relies on these numbers can use them and is in sync.

Desired outcome and acceptance tests:

There is no more than one (globally accessible) section in the values.yaml that describe the cluster sizing.

aabouzaid commented 10 months ago

Related to: https://github.com/camunda/camunda-platform-helm/issues/320