Skip to content

Commit

Permalink
higher disk size in the node group defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Dec 13, 2024
1 parent d9b7d9a commit aceacb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/resources/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module "eks" {

eks_managed_node_group_defaults = {
ami_type = "AL2023_x86_64_STANDARD"
disk_size = 100
}

eks_managed_node_groups = {
Expand Down

0 comments on commit aceacb1

Please sign in to comment.