Skip to content

Commit

Permalink
chore: align prod specs with environment
Browse files Browse the repository at this point in the history
We used custom node sizes in the deployment, so this brings them in line.
  • Loading branch information
jacderida committed Oct 29, 2024
1 parent 325b593 commit 8cfd179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/terraform/testnet/digital-ocean/production.tfvars
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
bootstrap_droplet_size = "c2-32vcpu-64gb-intel"
bootstrap_droplet_size = "c-16"
bootstrap_node_vm_count = 50
bootstrap_droplet_image_id = 157362431
evm_node_vm_count = 0
evm_node_droplet_size = "s-4vcpu-8gb"
evm_node_droplet_image_id = 167317579
nat_gateway_droplet_image_id = 166664184
node_droplet_size = "c2-48vcpu-96gb-intel"
node_droplet_size = "c-16"
node_vm_count = 79
node_droplet_image_id = 157362431
private_node_vm_count = 1
Expand Down

0 comments on commit 8cfd179

Please sign in to comment.