Skip to content

Commit

Permalink
change machine types
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Aug 1, 2024
1 parent a24a966 commit f89cbc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/gemini-3h/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ variable "domain_labels" {
variable "instance_type" {
type = map(string)
default = {
bootstrap = "c7a.4xlarge"
rpc = "m6a.xlarge"
domain = "m6a.xlarge"
bootstrap = "c7a.2xlarge"
rpc = "m7a.xlarge"
domain = "m7a.xlarge"
rpc-squid = "c7a.2xlarge"
nova-squid = "c7a.2xlarge"
farmer = "c7a.2xlarge"
Expand Down

0 comments on commit f89cbc3

Please sign in to comment.