فهرست منبع

change monitoring instance default

dgtown 2 سال پیش
والد
کامیت
23003fed41
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx

+ 1 - 1
dashboard/src/main/home/infrastructure-dashboard/forms/azure/CreateAKSClusterForm.tsx

@@ -58,7 +58,7 @@ const CreateAKSClusterForm: React.FC<Props> = ({
             },
             {
               nodeGroupType: "MONITORING" as const,
-              instanceType: "Standard_B2als_v2",
+              instanceType: "Standard_B4als_v2",
               minInstances: 1,
               maxInstances: 3,
             },