Skip to content

Commit

Permalink
[terraform-aws-kubernetes] Reduce the size of the default node disks (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco authored Apr 12, 2024
1 parent 0435250 commit b6da95a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_eks_node_group" "eks_node_group" {
cluster_name = aws_eks_cluster.kubernetes_cluster.name
subnet_ids = [data.aws_subnet.main_subnet.id] # Limit nodes to one subnet
node_role_arn = aws_iam_role.dss-cluster-node-group.arn
disk_size = 100
disk_size = 10
node_group_name_prefix = aws_eks_cluster.kubernetes_cluster.name
instance_types = [
var.aws_instance_type
Expand Down

0 comments on commit b6da95a

Please sign in to comment.