Skip to content

Commit

Permalink
refactor: disable importer
Browse files Browse the repository at this point in the history
As we run always green-field for our benchmarks, we should verify that
Exporter can run without importer.
  • Loading branch information
Zelldon committed Nov 12, 2024
1 parent 9bec00a commit 92e4644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/zeebe-benchmark/values-realistic-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ camunda-platform:
limits:
cpu: 2000m
memory: 2Gi
env:
- name: CAMUNDA_OPERATE_IMPORTERENABLED
value: "false"

# ELASTIC
elasticsearch:
Expand Down

0 comments on commit 92e4644

Please sign in to comment.