Skip to content

Commit

Permalink
Merge pull request #31 from zeebe-io/zell-release-notest
Browse files Browse the repository at this point in the history
feat: enhance release notes
  • Loading branch information
Zelldon authored Feb 28, 2023
2 parents f98e29a + c8a450c commit 369b19a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion charts/zeebe-benchmark/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# BENCHMARK FOR ZEEBE
# Zeebe Benchmark

Installed Zeebe cluster with:

* {{ index .Values "camunda-platform" "zeebe" "clusterSize" }} Brokers
* {{ index .Values "camunda-platform" "zeebe-gateway" "replicas" }} Gateways

The benchmark is running with:

* Starter replicas={{ .Values.starter.replicas }}
* Worker replicas={{ .Values.worker.replicas }}
* Publisher replicas={{ .Values.publisher.replicas }}
* Timer replicas={{ .Values.timer.replicas }}

{{ if .Values.zeebe.profiling.enabled }}
Profiling enabled. Access pyroscope via port-forwarding:

kubectl -n pyroscope port-forward svc/pyroscope 4040

{{ end }}


0 comments on commit 369b19a

Please sign in to comment.