@@ -465,7 +465,7 @@ spec:
|
||||
runProperties:
|
||||
probeTimeout: 2
|
||||
interval: 1
|
||||
retry: 2
|
||||
retry: 1
|
||||
probePollingInterval: 1
|
||||
- name: "check-benchmark"
|
||||
type: "cmdProbe"
|
||||
@@ -491,6 +491,8 @@ spec:
|
||||
value: '1'
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '30' # in seconds
|
||||
- name: CHAOS_KILL_COMMAND
|
||||
value: "kill -9 $(ps afx | grep \"[md5sum] /dev/zero\" | awk '{print$1}' | tr '\n' ' ')"
|
||||
|
||||
container:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
@@ -535,7 +537,7 @@ spec:
|
||||
runProperties:
|
||||
probeTimeout: 2
|
||||
interval: 1
|
||||
retry: 2
|
||||
retry: 1
|
||||
probePollingInterval: 1
|
||||
- name: "check-benchmark"
|
||||
type: "cmdProbe"
|
||||
@@ -559,6 +561,8 @@ spec:
|
||||
value: '500'
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '30' # in seconds
|
||||
- name: CHAOS_KILL_COMMAND
|
||||
value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
|
||||
|
||||
container:
|
||||
image: litmuschaos/litmus-checker:latest
|
||||
@@ -606,7 +610,7 @@ spec:
|
||||
runProperties:
|
||||
probeTimeout: 2
|
||||
interval: 1
|
||||
retry: 2
|
||||
retry: 1
|
||||
probePollingInterval: 1
|
||||
- name: "check-benchmark"
|
||||
type: "cmdProbe"
|
||||
|
Reference in New Issue
Block a user