Skip to content

Commit

Permalink
Update openstudio server as upon changes for mongodb.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Aug 11, 2023
1 parent 33f4c8a commit 4eb048c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openstudio-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rserve:
number_of_workers: "1"
container:
name: "rserve"
image: "nrel/openstudio-rserve:3.6.1"
image: "nrel/openstudio-rserve:3.6.1-1"
resources:
requests:
cpu: 1
Expand All @@ -118,7 +118,7 @@ web_background:
replicas: 1
container:
name: "web-background"
image: "nrel/openstudio-server:3.6.1"
image: "nrel/openstudio-server:3.6.1-1"
resources:
limits:
cpu: 0.5
Expand All @@ -135,7 +135,7 @@ web:
passenger_max_pool_size: "21"
container:
name: "web"
image: "nrel/openstudio-server:3.6.1"
image: "nrel/openstudio-server:3.6.1-1"
resources:
limits:
cpu: 2
Expand Down Expand Up @@ -168,7 +168,7 @@ worker:
label: "worker"
container:
name: "worker"
image: "nrel/openstudio-server:3.6.1"
image: "nrel/openstudio-server:3.6.1-1"
resources:
limits:
cpu: 1
Expand Down

0 comments on commit 4eb048c

Please sign in to comment.