Skip to content

Commit

Permalink
give examples in values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avimoondra committed Mar 1, 2024
1 parent 09da4cc commit e7ed494
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,15 @@ workflows:
# Scaling this number will increase the number of workflow workers, e.g. a replicaCount of 4
# will launch 9 pods -- 1 workflow backend, 4 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-worker; defaults to "retool.name"
# metricsPortName: custom-port-name, e.g. http-workflow-worker-metrics; defaults to "metrics"

backend:
# A replicaCount of 1 will launch 6 pods -- 1 workflow backend, 1 workflow worker, and 4 pods that make up the executor temporal cluster
# Scaling this number will increase the number of workflow backends, e.g. a replicaCount of 4
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-backend; defaults to "retool.name"

# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
Expand Down Expand Up @@ -452,6 +455,8 @@ codeExecutor:
# tag:
pullPolicy: IfNotPresent

# portName: custom-port-name, e.g. http-code-executor; defaults to "retool.name"

retool-temporal-services-helm:
# Enable to spin up a new Temporal Cluster alongside Retool
enabled: false
Expand Down
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,15 @@ workflows:
# Scaling this number will increase the number of workflow workers, e.g. a replicaCount of 4
# will launch 9 pods -- 1 workflow backend, 4 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-worker; defaults to "retool.name"
# metricsPortName: custom-port-name, e.g. http-workflow-worker-metrics; defaults to "metrics"

backend:
# A replicaCount of 1 will launch 6 pods -- 1 workflow backend, 1 workflow worker, and 4 pods that make up the executor temporal cluster
# Scaling this number will increase the number of workflow backends, e.g. a replicaCount of 4
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
replicaCount: 1
# portName: custom-port-name, e.g. http-workflows-backend; defaults to "retool.name"

# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
Expand Down Expand Up @@ -452,6 +455,8 @@ codeExecutor:
# tag:
pullPolicy: IfNotPresent

# portName: custom-port-name, e.g. http-code-executor; defaults to "retool.name"

retool-temporal-services-helm:
# Enable to spin up a new Temporal Cluster alongside Retool
enabled: false
Expand Down

0 comments on commit e7ed494

Please sign in to comment.