Skip to content

Commit

Permalink
Increase disk size on node 1 (#12)
Browse files Browse the repository at this point in the history
* increase disk size

* incrase disk on node 1
  • Loading branch information
james-otten authored Aug 30, 2024
1 parent 784035c commit 1153ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/dev3.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mesh_worker_ram_mb = [
]
mesh_worker_disk_size = [
50,
50,
150,
150,
150,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/prod1.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mesh_worker_ram_mb = [
]
mesh_worker_disk_size = [
50,
50,
150,
150,
150,
]
Expand Down

0 comments on commit 1153ce1

Please sign in to comment.