Skip to content

Commit

Permalink
Update initialize.py (nebari-dev#723)
Browse files Browse the repository at this point in the history
revertchanges-for-nebari-dev#709

Co-authored-by: eskild <42120229+iameskild@users.noreply.github.com>
  • Loading branch information
tarundmsharma and iameskild authored Nov 19, 2021
1 parent 07bba79 commit 90e3448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qhub/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"kubernetes_version": "1.18.16-gke.502",
"node_groups": {
"general": {"instance": "n1-standard-4", "min_nodes": 1, "max_nodes": 1},
"user": {"instance": "n1-standard-2", "min_nodes": 1, "max_nodes": 5},
"worker": {"instance": "n1-standard-2", "min_nodes": 1, "max_nodes": 5},
"user": {"instance": "n1-standard-2", "min_nodes": 0, "max_nodes": 5},
"worker": {"instance": "n1-standard-2", "min_nodes": 0, "max_nodes": 5},
},
}

Expand All @@ -135,7 +135,7 @@
"user": {"instance": "Standard_D2_v2", "min_nodes": 0, "max_nodes": 5},
"worker": {
"instance": "Standard_D2_v2",
"min_nodes": 1,
"min_nodes": 0,
"max_nodes": 5,
},
},
Expand Down

0 comments on commit 90e3448

Please sign in to comment.