зеркало из https://github.com/Azure/ARO-RP.git
Increase the disk size of the CI vmss to 200GB.
This commit is contained in:
Родитель
131e62c234
Коммит
0607730973
|
@ -133,7 +133,7 @@ systemctl enable proxy.service
|
|||
ManagedDisk: &mgmtcompute.VirtualMachineScaleSetManagedDiskParameters{
|
||||
StorageAccountType: mgmtcompute.StorageAccountTypesPremiumLRS,
|
||||
},
|
||||
DiskSizeGB: to.Int32Ptr(128),
|
||||
DiskSizeGB: to.Int32Ptr(200),
|
||||
},
|
||||
},
|
||||
NetworkProfile: &mgmtcompute.VirtualMachineScaleSetNetworkProfile{
|
||||
|
|
Загрузка…
Ссылка в новой задаче