Skip to content

Commit

Permalink
Switch cloudconfig to modern and smaller VM sizes
Browse files Browse the repository at this point in the history
To realize this RFC:
cloudfoundry/community#290

Signed-off-by: David Stevenson <stevensonda@vmware.com>
  • Loading branch information
dsboulder authored and rkoster committed Mar 23, 2023
1 parent 52703b5 commit 4000cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudconfig/azure/fixtures/azure-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
value:
ephemeral_disk:
size: 10240
instance_type: Standard_D2as_v4
instance_type: Standard_F2s_v2

- type: replace
path: /vm_types/name=medium/cloud_properties?
Expand All @@ -86,7 +86,7 @@
value:
ephemeral_disk:
size: 10240
instance_type: Standard_E4s_v3
instance_type: Standard_E2s_v3

- type: replace
path: /vm_types/name=sharedcpu/cloud_properties?
Expand Down

0 comments on commit 4000cde

Please sign in to comment.