Skip to content

Commit

Permalink
fix(helm): comment workerThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoSaba committed Jan 15, 2025
1 parent 2301fd6 commit 954821f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kestra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,22 @@ deployments:
kind: Deployment
command: "server worker{{ if $.Values.deployments.worker.workerThreads }} --thread={{ .Values.deployments.worker.workerThreads }}{{ end }}"
terminationGracePeriodSeconds: 60
# By default, we start a number of threads of two times the number of available processors, use 'workerThreads' to configure a different value.
workerThreads: 128
readinessProbe: {}
livenessProbe: {}
startupProbe: {}
# By default, we start a number of threads of two times the number of available processors, use 'workerThreads' to configure a different value.
#workerThreads: 128

standalone:
enabled: true
kind: Deployment
command: "server standalone{{ if $.Values.deployments.standalone.workerThreads }} --worker-thread={{ .Values.deployments.standalone.workerThreads }}{{ end }}"
terminationGracePeriodSeconds: 60
# By default, we start a number of threads of two times the number of available processors, use 'workerThreads' to configure a different value.
#workerThreads: 128
readinessProbe: {}
livenessProbe: {}
startupProbe: {}
# By default, we start a number of threads of two times the number of available processors, use 'workerThreads' to configure a different value.
#workerThreads: 128

# EE only - Define additional group of workers.
# Must be used in addition to default workers (in standalone or separate worker deployment).
Expand Down

0 comments on commit 954821f

Please sign in to comment.