You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/retool/values.yaml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -338,14 +338,15 @@ workflows:
338
338
# Scaling this number will increase the number of workflow backends, e.g. a replicaCount of 4
339
339
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
340
340
replicaCount: 1
341
-
# Set to scale the workflows-backend pod separately from main-backend pod
342
-
resources:
343
-
limits:
344
-
cpu: 4096m
345
-
memory: 8192Mi
346
-
requests:
347
-
cpu: 2048m
348
-
memory: 4096Mi
341
+
342
+
# These resource specifications apply only to the workflow-backend pod. Set the resources to scale workflow-backend pod separately from main-backend pods.
343
+
# resources:
344
+
# limits:
345
+
# cpu: 4096m
346
+
# memory: 8192Mi
347
+
# requests:
348
+
# cpu: 2048m
349
+
# memory: 4096Mi
349
350
350
351
# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
351
352
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
Copy file name to clipboardExpand all lines: values.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,15 @@ workflows:
339
339
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
340
340
replicaCount: 1
341
341
342
+
# These resource specifications apply only to the workflow-backend pod. Set the resources to scale workflow-backend pod separately from main-backend pods.
343
+
# resources:
344
+
# limits:
345
+
# cpu: 4096m
346
+
# memory: 8192Mi
347
+
# requests:
348
+
# cpu: 2048m
349
+
# memory: 4096Mi
350
+
342
351
# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
343
352
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
0 commit comments