Skip to content

Commit

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

* incrase disk on node 1

* incrase disk on node 0
  • Loading branch information
james-otten authored Aug 31, 2024
1 parent 7f1c61a commit 61e5dc2
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 @@ -34,7 +34,7 @@ mesh_worker_ram_mb = [
4096,
]
mesh_worker_disk_size = [
50,
150,
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 @@ -35,7 +35,7 @@ mesh_worker_ram_mb = [
4096,
]
mesh_worker_disk_size = [
50,
150,
150,
150,
150,
Expand Down

0 comments on commit 61e5dc2

Please sign in to comment.