Skip to content

Commit

Permalink
fix: remove global values in values-realistic-benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-lourenco-lopes committed Dec 18, 2024
1 parent da03a61 commit 413d6d0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions charts/zeebe-benchmark/values-realistic-benchmark.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Example values file for a realistic Zeebe benchmark.
global:
# Disable global ingress
ingress:
enabled: false
# Image configuration to be used in each sub chart
image:
# Image.repository defines the repository from which to fetch the docker images
repository: "gcr.io/zeebe-io"
# Image.tag defines the tag / version which should be used in the chart
tag: SNAPSHOT
# Image.pullPolicy defines the image pull policy which should be used https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
pullPolicy: Always

# DEPRECATED worker configuration for the to be deployed worker application
worker:
# Worker.benchmark.replicas defines how many replicas of the benchmark worker should be deployed
Expand Down Expand Up @@ -313,9 +299,6 @@ camunda-platform:
cloud.google.com/gke-nodepool: n2-standard-4

elasticsearch:
enabled: true
imageTag: 8.9.2

master:
fullnameOverride: elastic
nameOverride: elastic
Expand Down

0 comments on commit 413d6d0

Please sign in to comment.