Skip to content

Commit

Permalink
chore(privatek8s): terraform fmt (#731)
Browse files Browse the repository at this point in the history
following #730 need some formatting
  • Loading branch information
smerle33 authored Jun 18, 2024
1 parent 1bbc8da commit c630b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions privatek8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ resource "azurerm_kubernetes_cluster_node_pool" "linuxpool" {
}

resource "azurerm_kubernetes_cluster_node_pool" "infracipool" {
name = "infracipool"
vm_size = "Standard_D8s_v3"
name = "infracipool"
vm_size = "Standard_D8s_v3"
os_disk_type = "Ephemeral"
os_disk_size_gb = 200 # Ref. Cache storage size at https://learn.microsoft.com/en-us/azure/virtual-machines/dv3-dsv3-series#dsv3-series (depends on the instance size)
orchestrator_version = local.kubernetes_versions["privatek8s"]
Expand Down Expand Up @@ -157,8 +157,8 @@ resource "azurerm_kubernetes_cluster_node_pool" "infracipool" {
}

resource "azurerm_kubernetes_cluster_node_pool" "infraciarm64" {
name = "arm64small"
vm_size = "Standard_D4pds_v5" # 4 vCPU, 16 GB RAM, local disk: 150 GB and 19000 IOPS
name = "arm64small"
vm_size = "Standard_D4pds_v5" # 4 vCPU, 16 GB RAM, local disk: 150 GB and 19000 IOPS
os_disk_type = "Ephemeral"
os_disk_size_gb = 150 # Ref. Cache storage size at https://learn.microsoft.com/en-us/azure/virtual-machines/dpsv5-dpdsv5-series#dpdsv5-series (depends on the instance size)
orchestrator_version = local.kubernetes_versions["privatek8s"]
Expand Down

0 comments on commit c630b36

Please sign in to comment.