Skip to content

Commit

Permalink
updated K8s version to 1.31, and increased disk_size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jan 26, 2025
1 parent a17a451 commit d827b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ locals {
stocks_app_architecture = "arch1" # <===== either arch1 or arch2

cluster_name = "${local.name}-eks-${local.environment}"
version = "1.27"
version = "1.31"
instance_types = ["m5.large"]
capacity_type = "ON_DEMAND"
disk_size = 10
disk_size = 20
min_size = 2
max_size = 2
desired_size = 2
Expand Down

0 comments on commit d827b56

Please sign in to comment.