Skip to content

Commit adefc74

Browse files
authored
Merge pull request #412 from cloud-gov/root-disk-time
Wazuh and hardening taking alll the root disk so giving every VM more…
2 parents f137e20 + 2d9b7aa commit adefc74

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

logsearch-platform-jobs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)