Skip to content

Commit

Permalink
feat: Increase boot volume size for arm-ampere-a1-free-tier node pool (
Browse files Browse the repository at this point in the history
…#29)

#patch
  • Loading branch information
ystory authored Aug 17, 2023
1 parent 400ea2d commit 9d7dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "oke" {
ocpus = local.max_cores_free_tier / var.node_pool_size,
memory = local.max_memory_free_tier_gb / var.node_pool_size,
node_pool_size = var.node_pool_size,
boot_volume_size = 50,
boot_volume_size = 100,
label = {
pool = "arm-ampere-a1-free-tier",
architecture = "arm",
Expand Down

0 comments on commit 9d7dc84

Please sign in to comment.