From 28c83e6b32c71f10b6a0e82d5bc0ea7200c03352 Mon Sep 17 00:00:00 2001 From: Gerd Oberlechner Date: Fri, 18 Oct 2024 08:28:18 +0200 Subject: [PATCH] bump vm instance and disk for CS PR check MC (#737) follows up on https://github.com/Azure/ARO-HCP/pull/732 Signed-off-by: Gerd Oberlechner --- .../configurations/cs-integ-mgmt-cluster.bicepparam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-infrastructure/configurations/cs-integ-mgmt-cluster.bicepparam b/dev-infrastructure/configurations/cs-integ-mgmt-cluster.bicepparam index e7106b43..f8759cff 100644 --- a/dev-infrastructure/configurations/cs-integ-mgmt-cluster.bicepparam +++ b/dev-infrastructure/configurations/cs-integ-mgmt-cluster.bicepparam @@ -12,8 +12,8 @@ param systemAgentVMSize = 'Standard_D2s_v3' param aksSystemOsDiskSizeGB = 32 param userAgentMinCount = 1 param userAgentMaxCount = 12 -param userAgentVMSize = 'Standard_D2s_v3' // todo bump later -param aksUserOsDiskSizeGB = 32 // todo bump later +param userAgentVMSize = 'Standard_D4s_v3' +param aksUserOsDiskSizeGB = 100 param userAgentPoolAZCount = 3 param persist = true