Skip to content

Commit 82cebfb

Browse files
committed
docs: document Zeebe exporter index replicas in 8.8 to 8.9 Helm upgrade guide
1 parent 8f8a6cd commit 82cebfb

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

docs/self-managed/upgrade/helm/880-to-890.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,19 @@ Additionally, `global.secrets.*` (including `autoGenerated`, `name`, `annotation
145145
| `global.opensearch.clusterName` | Removed. No direct equivalent exists in component-specific configuration. Use `orchestration.extraConfiguration` to configure the app directly. |
146146
| `global.opensearch.prefix` | `optimize.database.opensearch.prefix`; no direct equivalent exists in `orchestration`. Use `orchestration.extraConfiguration` to configure the app directly. |
147147

148+
#### Legacy Zeebe exporter index replicas
149+
150+
In 8.8, `orchestration.index.replicas` set the replica count for the legacy Zeebe Elasticsearch/OpenSearch exporter (`zeebe-record-*`) indices. In 8.9, configure that replica count with the new `orchestration.exporters.zeebe.replicas`, which defaults to `orchestration.index.replicas`, so no change is required to keep the previous behavior:
151+
152+
```yaml
153+
orchestration:
154+
exporters:
155+
zeebe:
156+
replicas: 1
157+
```
158+
159+
You can also set it directly through `orchestration.extraConfiguration`.
160+
148161
#### Elasticsearch is now disabled by default
149162

150163
The Elasticsearch subchart is no longer enabled by default. If you are using Elasticsearch, you must explicitly enable it in your `values-8.9.yaml`:

versioned_docs/version-8.9/self-managed/upgrade/helm/880-to-890.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,19 @@ Additionally, `global.secrets.*` (including `autoGenerated`, `name`, `annotation
145145
| `global.opensearch.clusterName` | Removed. No direct equivalent exists in component-specific configuration. Use `orchestration.extraConfiguration` to configure the app directly. |
146146
| `global.opensearch.prefix` | `optimize.database.opensearch.prefix`; no direct equivalent exists in `orchestration`. Use `orchestration.extraConfiguration` to configure the app directly. |
147147

148+
#### Legacy Zeebe exporter index replicas
149+
150+
In 8.8, `orchestration.index.replicas` set the replica count for the legacy Zeebe Elasticsearch/OpenSearch exporter (`zeebe-record-*`) indices. In 8.9, configure that replica count with the new `orchestration.exporters.zeebe.replicas`, which defaults to `orchestration.index.replicas`, so no change is required to keep the previous behavior:
151+
152+
```yaml
153+
orchestration:
154+
exporters:
155+
zeebe:
156+
replicas: 1
157+
```
158+
159+
You can also set it directly through `orchestration.extraConfiguration`.
160+
148161
#### Elasticsearch is now disabled by default
149162

150163
The Elasticsearch subchart is no longer enabled by default. If you are using Elasticsearch, you must explicitly enable it in your `values-8.9.yaml`:

0 commit comments

Comments
 (0)