Skip to content

Commit

Permalink
feat(publick8s): increase node number to 2 for system pool (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Dec 7, 2023
1 parent b6e6d78 commit 5f80644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publick8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "azurerm_kubernetes_cluster" "publick8s" {
os_disk_size_gb = 50
orchestrator_version = local.kubernetes_versions["publick8s"]
enable_auto_scaling = false
node_count = 1
node_count = 2
vnet_subnet_id = data.azurerm_subnet.publick8s_tier.id
tags = local.default_tags
zones = local.publick8s_compute_zones
Expand Down

0 comments on commit 5f80644

Please sign in to comment.