Increase the disk size of the CI vmss to 200GB.

This commit is contained in:
darthhexx 2022-05-27 16:05:40 +10:00
Родитель 131e62c234
Коммит 0607730973
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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{