Skip to content

Commit 5750e46

Browse files
authored
chore: update sample-input-singlestore.tfvars to set min_nodes = 2
1 parent 93d9432 commit 5750e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample-input-singlestore.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ node_pools = {
8989
singlestore = {
9090
"vm_type" = "n2-highmem-16"
9191
"os_disk_size" = 200
92-
"min_nodes" = 0
92+
"min_nodes" = 2
9393
"max_nodes" = 7
9494
"node_taints" = ["workload.sas.com/class=singlestore:NoSchedule"]
9595
"node_labels" = {

0 commit comments

Comments
 (0)