Skip to content

Commit

Permalink
Adjust azure image sizes: with temp storage
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Jan 9, 2024
1 parent 6ca7c3c commit 2da4e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/jenkins/binary_cache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "binary_cache_vm" {
location = azurerm_resource_group.default.location

virtual_machine_name = "ghaf-binary-cache"
virtual_machine_size = "Standard_D2_v5"
virtual_machine_size = "Standard_D1_v2"
virtual_machine_source_image = module.binary_cache_image.image_id

virtual_machine_custom_data = join("\n", ["#cloud-config", yamlencode({
Expand Down

0 comments on commit 2da4e68

Please sign in to comment.