Skip to content

Commit

Permalink
Add compilation worker vm type
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Jun 7, 2017
1 parent af650e9 commit 85c2662
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/kubo/cloud_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ vm_types:
storage_account_name: "{{ premiumstorageAccount }}"
load_balancer: {{ lb-name }}

- name: Standard_F4s
cloud_properties:
instance_type: Standard_F4s
root_disk:
size: 68608
ephemeral_disk:
use_root_disk: true
storage_account_name: "{{ premiumstorageAccount }}"

disk_types:
- name: '1024'
disk_size: 1024
Expand Down

0 comments on commit 85c2662

Please sign in to comment.