Skip to content

Commit

Permalink
feat: fetch a different image for starters and workers.
Browse files Browse the repository at this point in the history
These images are not available in the default registry.
  • Loading branch information
rodrigo-lourenco-lopes committed Dec 18, 2024
1 parent 551d8bb commit 8699e8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ saas:
workers:
# Workers.benchmark defines the configuration for the default benchmark worker
# See below if you want additional workers
image:
repository: "gcr.io/zeebe-io"
tag: SNAPSHOT
benchmark:
# Workers.benchmark.replicas defines how many replicas of the benchmark worker should be deployed
replicas: 3
Expand Down Expand Up @@ -128,6 +131,9 @@ workers:

# Starter configuration for the to be deployed starter application
starter:
image:
repository: "gcr.io/zeebe-io"
tag: SNAPSHOT
# Starter.replicas defines how many replicas of the application should be deployed
replicas: 1
# Starter.rate defines with which rate process instances should be created by the starter
Expand Down

0 comments on commit 8699e8d

Please sign in to comment.