Skip to content

Commit

Permalink
revert count
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jun 6, 2024
1 parent 8dba18b commit 7e04aa0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/vsphere/sample-terraform-dhcp.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ node_pools = {
}
},
cas = {
count = 1
count = 3
cpus = 16
memory = 131072
os_disk = 350
Expand Down
2 changes: 1 addition & 1 deletion examples/vsphere/sample-terraform-minimal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ node_pools = {
}
},
cas = {
count = 1
count = 3
cpus = 16
memory = 131072
os_disk = 350
Expand Down
2 changes: 2 additions & 0 deletions examples/vsphere/sample-terraform-static-ips.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ node_pools = {
]
ip_addresses = [
"",
"",
"",
]
node_taints = ["workload.sas.com/class=cas:NoSchedule"]
node_labels = {
Expand Down
2 changes: 2 additions & 0 deletions examples/vsphere/sample-terraform-static-singlestore.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ node_pools = {
]
ip_addresses = [
"",
"",
"",
]
node_taints = ["workload.sas.com/class=cas:NoSchedule"]
node_labels = {
Expand Down
2 changes: 1 addition & 1 deletion examples/vsphere/sample-terraform-vi.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ node_pools = {
}
},
cas = {
count = 1
count = 3
cpus = 16
memory = 131072
os_disk = 350
Expand Down

0 comments on commit 7e04aa0

Please sign in to comment.