Skip to content

Commit

Permalink
fix: updated storage class advanced to gp3
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Feb 4, 2025
1 parent be12707 commit 2648cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s-addons/eks-storageclass.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "kubernetes_storage_class" "advanced" {
allow_volume_expansion = true
volume_binding_mode = "WaitForFirstConsumer"
parameters = {
type = "gp2"
type = "gp3"
fsType = "ext4"
encrypted = "true" # It is set to true for cases when global EBS encryption is disabled.
}
Expand Down

0 comments on commit 2648cb7

Please sign in to comment.