You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.10/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1275,6 +1275,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1275
1275
| `orchestration.exporters.camunda.enabled` | if true, enables the new Camunda exporter. | `true` |
1276
1276
| `orchestration.exporters.rdbms.enabled` | if true, enables the new RDBMS exporter. | `false` |
1277
1277
| `orchestration.exporters.zeebe.enabled` | if true, enables the legacy Zeebe Elasticsearch and OpenSearch exporters. | `false` |
1278
+
| `orchestration.exporters.zeebe.replicas` | can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas. | `nil` |
1278
1279
| `orchestration.exporters.appIntegrations.apiKey.secret.inlineSecret` | can be used to provide the apiKey as a plain-text value for non-production usage. | `""` |
1279
1280
| `orchestration.exporters.appIntegrations.apiKey.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the password. | `""` |
1280
1281
| `orchestration.exporters.appIntegrations.apiKey.secret.existingSecretKey` | defines the key within the existing Kubernetes Secret. | `""` |
{{- if or .Values.orchestration.data.secondaryStorage.opensearch.aws.enabled .Values.global.opensearch.aws.enabled .Values.optimize.database.opensearch.aws.enabled }}
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.10/values.schema.extra.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -629,6 +629,22 @@
629
629
},
630
630
"orchestration": {
631
631
"properties": {
632
+
"exporters": {
633
+
"properties": {
634
+
"zeebe": {
635
+
"properties": {
636
+
"replicas": {
637
+
"type": [
638
+
"number",
639
+
"null"
640
+
],
641
+
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.10/values.schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5744,6 +5744,14 @@
5744
5744
"type": "boolean",
5745
5745
"description": "if true, enables the legacy Zeebe Elasticsearch and OpenSearch exporters.",
5746
5746
"default": false
5747
+
},
5748
+
"replicas": {
5749
+
"type": [
5750
+
"number",
5751
+
"null"
5752
+
],
5753
+
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.10/values.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2734,6 +2734,8 @@ orchestration:
2734
2734
## @param orchestration.exporters.zeebe.enabled if true, enables the legacy Zeebe Elasticsearch and OpenSearch exporters.
2735
2735
zeebe:
2736
2736
enabled: false
2737
+
## @param orchestration.exporters.zeebe.replicas can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.9/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1439,6 +1439,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1439
1439
| `orchestration.exporters.camunda.enabled` | if true, enables the new Camunda exporter. | `true` |
1440
1440
| `orchestration.exporters.rdbms.enabled` | if true, enables the new RDBMS exporter. | `false` |
1441
1441
| `orchestration.exporters.zeebe.enabled` | if true, enables the legacy Zeebe Elasticsearch and OpenSearch exporters. | `false` |
1442
+
| `orchestration.exporters.zeebe.replicas` | can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas. | `nil` |
1442
1443
| `orchestration.exporters.appIntegrations.apiKey.secret.inlineSecret` | can be used to provide the apiKey as a plain-text value for non-production usage. | `""` |
1443
1444
| `orchestration.exporters.appIntegrations.apiKey.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the password. | `""` |
1444
1445
| `orchestration.exporters.appIntegrations.apiKey.secret.existingSecretKey` | defines the key within the existing Kubernetes Secret. | `""` |
{{- if or .Values.orchestration.data.secondaryStorage.opensearch.aws.enabled .Values.global.opensearch.aws.enabled .Values.optimize.database.opensearch.aws.enabled }}
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.9/values.schema.extra.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -629,6 +629,22 @@
629
629
},
630
630
"orchestration": {
631
631
"properties": {
632
+
"exporters": {
633
+
"properties": {
634
+
"zeebe": {
635
+
"properties": {
636
+
"replicas": {
637
+
"type": [
638
+
"number",
639
+
"null"
640
+
],
641
+
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",
0 commit comments