Skip to content

Commit

Permalink
bump vm instance and disk for CS PR check MC (#737)
Browse files Browse the repository at this point in the history
follows up on #732

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Oct 18, 2024
1 parent 0c7156b commit 28c83e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28c83e6

Please sign in to comment.