Skip to content

Commit

Permalink
increase default fs size
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 4, 2024
1 parent 49e090c commit 551b6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "domain" {
variable "eks_instance_disk_size" {
description = "The size of the disk of the worker nodes in gigabytes. 40 is the approximate minimum. Needs to hold the all of the normal operating system files plus every image that will be used in the cluster."
type = number
default = 40
default = 80
}

variable "eks_instance_types" {
Expand Down Expand Up @@ -106,4 +106,3 @@ variable "aws_environment" {
type = string
default = ""
}

0 comments on commit 551b6f7

Please sign in to comment.