feat(experiments): Make the time-duration consistent(in seconds) at every place (#160)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
1b8849fde3
commit
2442eaeb1f
@@ -23,13 +23,16 @@ spec:
|
||||
spec:
|
||||
components:
|
||||
env:
|
||||
# Provide name of target container
|
||||
# where chaos has to be injected
|
||||
- name: TARGET_CONTAINER
|
||||
value: 'nginx'
|
||||
#number of cpu cores to be consumed
|
||||
#verify the resources the app has been launched with
|
||||
|
||||
#number of cpu cores to be consumed
|
||||
#verify the resources the app has been launched with
|
||||
- name: CPU_CORES
|
||||
value: '1'
|
||||
# in ms
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000'
|
||||
value: '60' # in seconds
|
||||
|
Reference in New Issue
Block a user