Skip to content

Commit ab11c92

Browse files
author
W. Watson
committed
#1973 pod disk fill now uses new configuration
1 parent 4956b99 commit ab11c92

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/templates/chaos_templates/disk_fill.yml.ecr

+10-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ spec:
1919
components:
2020
env:
2121
# specify the fill percentage according to the disk pressure required
22-
- name: EPHEMERAL_STORAGE_MEBIBYTES
23-
value: '500'
24-
22+
#- name: EPHEMERAL_STORAGE_MEBIBYTES
23+
#value: '500'
24+
- name: TOTAL_CHAOS_DURATION
25+
value: '60'
26+
- name: CHAOS_INTERVAL
27+
value: '10'
28+
- name: DISK_FILL_PERCENTAGE
29+
value: '80'
2530
- name: TARGET_CONTAINER
2631
value: ''
27-
- name: FILL_PERCENTAGE
28-
value: ''
32+
#- name: FILL_PERCENTAGE
33+
# value: ''
2934
- name: CONTAINER_PATH
3035
value: '/var/lib/containerd/io.containerd.grpc.v1.cri/containers/'

0 commit comments

Comments
 (0)