diff --git a/charts/zeebe-benchmark/templates/NOTES.txt b/charts/zeebe-benchmark/templates/NOTES.txt index 011af7f..35763d4 100644 --- a/charts/zeebe-benchmark/templates/NOTES.txt +++ b/charts/zeebe-benchmark/templates/NOTES.txt @@ -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 }} + +