Skip to content

Commit

Permalink
Revert to c5.xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed May 5, 2024
1 parent 5127461 commit 7c97303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eks/main.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource_nodes_count = 1
dependencies_nodes_count = 1

cluster_location = "us-west-1"
cluster_machine_type = "c7i.xlarge"
cluster_machine_type = "c5.xlarge"
eks_version = "1.29"

tyk_enabled = true
Expand Down
2 changes: 1 addition & 1 deletion eks/vars.aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "cluster_location" {

variable "cluster_machine_type" {
type = string
default = "c7i.xlarge"
default = "c5.xlarge"
}

variable "eks_version" {
Expand Down

0 comments on commit 7c97303

Please sign in to comment.