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
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ extraVolumeMounts: []
238
238
239
239
extraVolumes: []
240
240
241
-
# These resource specifications apply to the main backendand workflowsbackend pods.
241
+
# These resource specifications will apply to the main backend, jobs-runner, dbconnector, and workflows-backend pods unless container specific resources are set.
242
242
resources:
243
243
# If you have more than 1 replica, the minimum recommended resources configuration is as follows:
244
244
# - cpu: 2048m
@@ -306,6 +306,15 @@ jobRunner:
306
306
# will already launch a job runner pod
307
307
# enabled: true
308
308
309
+
# If necessary, specify the resources to provision the jobRunner pod separately from the main backend pods.
310
+
# resources:
311
+
# limits:
312
+
# cpu: 4096m
313
+
# memory: 8192Mi
314
+
# requests:
315
+
# cpu: 2048m
316
+
# memory: 4096Mi
317
+
309
318
# Annotations for job runner pods
310
319
annotations: {}
311
320
@@ -346,6 +355,15 @@ workflows:
346
355
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
347
356
replicaCount: 1
348
357
358
+
# If necessary, specify the resources to provision the workflows-backend pod separately from the main backend pods.
359
+
# resources:
360
+
# limits:
361
+
# cpu: 4096m
362
+
# memory: 8192Mi
363
+
# requests:
364
+
# cpu: 2048m
365
+
# memory: 4096Mi
366
+
349
367
# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
350
368
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
351
369
# to .Values.config.dbConnectorTimeout
@@ -401,7 +419,7 @@ workflows:
401
419
402
420
# Resources for the workflow worker only - these are sane inputs that bias towards stability
403
421
# Can adjust but may see OOM errors if memory too low for heavy workflow load
404
-
# To make adjustments to workflows backend, use top level resources key.
422
+
# To make adjustments to workflows backend, use workflows.backend.resources key.
Copy file name to clipboardExpand all lines: values.yaml
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ extraVolumeMounts: []
238
238
239
239
extraVolumes: []
240
240
241
-
# These resource specifications apply to the main backendand workflowsbackend pods.
241
+
# These resource specifications will apply to the main backend, jobs-runner, dbconnector, and workflows-backend pods unless container specific resources are set.
242
242
resources:
243
243
# If you have more than 1 replica, the minimum recommended resources configuration is as follows:
244
244
# - cpu: 2048m
@@ -306,6 +306,15 @@ jobRunner:
306
306
# will already launch a job runner pod
307
307
# enabled: true
308
308
309
+
# If necessary, specify the resources to provision the jobRunner pod separately from the main backend pods.
310
+
# resources:
311
+
# limits:
312
+
# cpu: 4096m
313
+
# memory: 8192Mi
314
+
# requests:
315
+
# cpu: 2048m
316
+
# memory: 4096Mi
317
+
309
318
# Annotations for job runner pods
310
319
annotations: {}
311
320
@@ -346,6 +355,15 @@ workflows:
346
355
# will launch 9 pods -- 4 workflow backend, 1 workflow workers, and 4 for temporal cluster
347
356
replicaCount: 1
348
357
358
+
# If necessary, specify the resources to provision the workflows-backend pod separately from the main backend pods.
359
+
# resources:
360
+
# limits:
361
+
# cpu: 4096m
362
+
# memory: 8192Mi
363
+
# requests:
364
+
# cpu: 2048m
365
+
# memory: 4096Mi
366
+
349
367
# Timeout for queries, in ms. This will set the timeout for workflows-related pods only
350
368
# If this value is not set but config.dbConnectorTimeout is, we will set workflows pod timeouts
351
369
# to .Values.config.dbConnectorTimeout
@@ -401,7 +419,7 @@ workflows:
401
419
402
420
# Resources for the workflow worker only - these are sane inputs that bias towards stability
403
421
# Can adjust but may see OOM errors if memory too low for heavy workflow load
404
-
# To make adjustments to workflows backend, use top level resources key.
422
+
# To make adjustments to workflows backend, use workflows.backend.resources key.
0 commit comments