camunda-community-hub / camunda-8-helm-profiles

A collection of Helm values files for the Camunda Platform 8 Helm Chart
Apache License 2.0
18 stars 21 forks source link

Use `gatewayAddress` instead of `brokerContactPoint` in Operate configuration #83

Open ralfpuchert opened 7 months ago

ralfpuchert commented 7 months ago

In Operate configuration to connect to Zeebe the setting camunda.operate.zeebe.brokerContactPoint is used for example here: https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/d035014b76f550c25cdbee6df502589a7b34a915/operate/include/configmap-webapp.tpl.yaml#L28

This setting is deprecated and should be replaced by camunda.operate.zeebe.gatewayAddress The setting was renamed in order to make clear that only that gateway is contacted by Operate.

See also offical documentation