File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ cluster.name | Kubernetes AWS or Google cluster name. If you change the default
5757worker_hpa.minReplicas | Worker pods that run the simulations | 1 |
5858worker_hpa.maxReplicas | Maximum Worker pods that run the simulations | 20 |
5959worker_hpa.targetCPUUtilizationPercentage | When aggregate CPU % of worker pods exceed threshold begin scaling. | 50 |
60- web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
61- web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
62- worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
63- rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve:3.2.0 |
60+ web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
61+ web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
62+ worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
63+ rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve:3.2.1 |
6464
6565
6666## Accessing OpenStudio Server
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 0.2.1
17+ version : 0.2.2
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 3.2.1-rc1
21+ appVersion : 3.2.1
2222
2323# This is an offical helm chart: https://github.com/helm/charts/tree/master/stable/nfs-server-provisioner
2424# openstudio-sever modfied this slighly to use deployment vs stateful sets as helm does not automatically
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ rserve:
9090 label : " rserve"
9191 container :
9292 name : " rserve"
93- image : " nrel/openstudio-rserve:3.2.1-rc1 "
93+ image : " nrel/openstudio-rserve:3.2.1"
9494 cpu : 1
9595 memory : 2Gi
9696
@@ -104,7 +104,7 @@ web_background:
104104 label : " web-background"
105105 container :
106106 name : " web-background"
107- image : " nrel/openstudio-server:3.2.1-rc1 "
107+ image : " nrel/openstudio-server:3.2.1"
108108 cpu : 1
109109 memory : " 3Gi"
110110
114114 secret_key_value : " c4ab6d293e4bf52ee92e8dda6e16dc9b5448d0c5f7908ee40c66736d515f3c29142d905b283d73e5e9cef6b13cd8e38be6fd3b5e25d00f35b259923a86c7c473"
115115 container :
116116 name : " web"
117- image : " nrel/openstudio-server:3.2.1-rc1 "
117+ image : " nrel/openstudio-server:3.2.1"
118118 cpu : 2
119119 memory : " 6Gi"
120120 port :
@@ -142,7 +142,7 @@ worker:
142142 label : " worker"
143143 container :
144144 name : " worker"
145- image : " nrel/openstudio-server:3.2.1-rc1 "
145+ image : " nrel/openstudio-server:3.2.1"
146146 cpu : 1
147147 memory : " 3Gi"
148148 terminationGracePeriodSeconds : 3600
You can’t perform that action at this time.
0 commit comments