Skip to content

Commit ac6d753

Browse files
committed
Nodelabel change for linuxpool101
1 parent 438eaa6 commit ac6d753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform-manifests/09-aks-cluster-linux-user-nodepools.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ resource "azurerm_kubernetes_cluster_node_pool" "linux101" {
1818
"environment" = var.environment
1919
"nodepoolos" = "linux"
2020
"app" = "java-apps"
21+
"ui-apps" = "react-apps"
2122
}
2223
tags = {
2324
"nodepool-type" = "user"
2425
"environment" = var.environment
2526
"nodepoolos" = "linux"
2627
"app" = "java-apps"
28+
"ui-apps" = "react-apps"
2729
}
2830
}
2931

0 commit comments

Comments
 (0)