Skip to content

Commit

Permalink
re-add singlestore to DHCP example
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jun 5, 2024
1 parent 6dcd03e commit c336e5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/vsphere/sample-terraform-dhcp.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,21 @@ node_pools = {
node_taints = ["workload.sas.com/class=stateless:NoSchedule"]
node_labels = {
"workload.sas.com/class" = "stateless"
},
singlestore = {
count = 3
cpus = 16
memory = 131072
os_disk = 100
misc_disks = [
150,
150,
250,
250,
]
node_taints = ["workload.sas.com/class=singlestore:NoSchedule"]
node_labels = {
"workload.sas.com/class" = "singlestore"
}
}
}
Expand Down

0 comments on commit c336e5c

Please sign in to comment.