Added total chaos duration env in container failure chaos chart experiment (#68)
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
This commit is contained in:
committed by
Karthik Satchitanand
parent
7592f0bdca
commit
36720248c0
@@ -84,6 +84,9 @@ spec:
|
|||||||
- name: DEPLOY_TYPE
|
- name: DEPLOY_TYPE
|
||||||
value: 'deployment'
|
value: 'deployment'
|
||||||
|
|
||||||
|
- name: TOTAL_CHAOS_DURATION
|
||||||
|
value: "60"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: openebs-target-container-failure
|
name: openebs-target-container-failure
|
||||||
configmaps:
|
configmaps:
|
||||||
|
@@ -59,7 +59,7 @@ spec:
|
|||||||
- name: NETWORK_DELAY
|
- name: NETWORK_DELAY
|
||||||
value: '60000' # in milliseconds
|
value: '60000' # in milliseconds
|
||||||
|
|
||||||
- name: CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '60000' # in milliseconds
|
value: '60000' # in milliseconds
|
||||||
|
|
||||||
- name: LIVENESS_APP_LABEL
|
- name: LIVENESS_APP_LABEL
|
||||||
|
@@ -59,7 +59,7 @@ spec:
|
|||||||
- name: NETWORK_PACKET_LOSS_PERCENTAGE
|
- name: NETWORK_PACKET_LOSS_PERCENTAGE
|
||||||
value: '100' # in percentage
|
value: '100' # in percentage
|
||||||
|
|
||||||
- name: CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '240000' # in milliseconds
|
value: '240000' # in milliseconds
|
||||||
|
|
||||||
- name: LIVENESS_APP_LABEL
|
- name: LIVENESS_APP_LABEL
|
||||||
|
Reference in New Issue
Block a user