Skip to content

Commit

Permalink
feat: added default eks addons
Browse files Browse the repository at this point in the history
fix: ebs encryption setting
feat: additional security-group
  • Loading branch information
anmolnagpal committed Aug 4, 2023
1 parent 0854828 commit 9cc2ba8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ module "eks" {
nodes_additional_security_group_ids = [module.ssh.security_group_id]
# ami_id = "ami-064d3e6a8ca655d19"
# ami_type = "AL2_ARM_64"
# instance_types = ["t3.medium"]
# instance_types = ["t4g.medium"]
tags = {
"kubernetes.io/cluster/${module.eks.cluster_name}" = "shared"
"k8s.io/cluster/${module.eks.cluster_name}" = "shared"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9cc2ba8

Please sign in to comment.