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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@ worker_hpa.minReplicas | Worker pods that run the simulations | 1 |
58
58
worker_hpa.maxReplicas | Maximum Worker pods that run the simulations | 20 |
59
59
worker_hpa.targetCPUUtilizationPercentage | When aggregate CPU % of worker pods exceed threshold begin scaling. | 50 |
60
60
web_background.replicas | Number of projects/analyses to run in parallel. __*Note__ Algorithmic runs are currently not supported to run in parallel. Keep default value of 1 for these types of analyses. | 1 |
61
-
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.4.0 |
62
-
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server::3.4.0 |
63
-
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server::3.4.0 |
64
-
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve::3.4.0 |
61
+
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.5.0 |
62
+
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server::3.5.0 |
63
+
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server::3.5.0 |
64
+
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve::3.5.0 |
0 commit comments