(refactor) add ramp_time env in generic experiments (#126)
Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
f916c7c9f9
commit
442ca6657e
@@ -43,6 +43,10 @@ spec:
|
||||
- name: TARGET_CONTAINER
|
||||
value: ''
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
# It only supports pumba
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
@@ -51,6 +51,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: PLATFORM
|
||||
value: 'GKE'
|
||||
|
||||
|
@@ -50,6 +50,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
labels:
|
||||
name: disk-fill
|
||||
|
||||
|
@@ -41,6 +41,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '15'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: APP_CHECK
|
||||
value: 'true'
|
||||
|
||||
|
@@ -58,6 +58,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: LIVENESS_APP_NAMESPACE
|
||||
value: ''
|
||||
|
||||
|
@@ -46,6 +46,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000' #in ms
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
|
@@ -51,6 +51,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '15'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: FORCE
|
||||
value: 'true'
|
||||
|
||||
|
@@ -53,6 +53,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000' #in ms
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
labels:
|
||||
|
@@ -53,6 +53,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000' #in ms
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
labels:
|
||||
|
@@ -53,6 +53,10 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60000' #in ms
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user