File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ instance_groups:
4848
4949
5050 vm_type : logsearch_es_master
51+ vm_extensions :
52+ - 10GB_root_disk
5153 persistent_disk_type : logsearch_es_master
5254 stemcell : default
5355 azs : [z1, z2]
@@ -194,6 +196,8 @@ instance_groups:
194196 delay_allocation_restart : " 15m"
195197 config_options : {"xpack.monitoring.enabled": false}
196198 vm_type : logsearch_es_data
199+ vm_extensions :
200+ - 10GB_root_disk
197201 persistent_disk_type : logsearch_es_platform_data
198202 stemcell : default
199203 azs : [z1, z2]
@@ -224,6 +228,8 @@ instance_groups:
224228 delay_allocation_restart : " 15m"
225229 config_options : {"xpack.monitoring.enabled": false}
226230 vm_type : logsearch_es_data
231+ vm_extensions :
232+ - 10GB_root_disk
227233 persistent_disk_type : logsearch_es_platform_data_warm
228234 stemcell : default
229235 azs : [z1, z2]
@@ -373,7 +379,9 @@ instance_groups:
373379 - name : smoke-tests
374380 instances : 1
375381 vm_type : errand_small
376- vm_extensions : [errand-profile]
382+ vm_extensions :
383+ - errand-profile
384+ - 10GB_root_disk
377385 stemcell : default
378386 azs : [z1, z2]
379387 networks :
You can’t perform that action at this time.
0 commit comments