diff --git a/dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx b/dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx index 9803f45568..dd54d6c9c9 100644 --- a/dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx +++ b/dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx @@ -58,7 +58,7 @@ const CreateAKSClusterForm: React.FC = ({ }, { nodeGroupType: "MONITORING" as const, - instanceType: "Standard_B2als_v2", + instanceType: "Standard_B4als_v2", minInstances: 1, maxInstances: 3, },