* chore(jobCleanUpPolicy): added retain as default jobCleanUpPolicy Signed-off-by: shubhamchaudhary <shubham@chaosnative.com> * chore(annotationCheck): Removed annotationCheck field Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
29 lines
721 B
YAML
29 lines
721 B
YAML
apiVersion: litmuschaos.io/v1alpha1
|
|
kind: ChaosEngine
|
|
metadata:
|
|
name: nginx-chaos
|
|
namespace: default
|
|
spec:
|
|
engineState: 'active'
|
|
chaosServiceAccount: ebs-loss-by-id-sa
|
|
experiments:
|
|
- name: ebs-loss-by-id
|
|
spec:
|
|
components:
|
|
env:
|
|
# set chaos duration (in sec) as desired
|
|
- name: TOTAL_CHAOS_DURATION
|
|
value: '30'
|
|
|
|
# set chaos duration (in sec) as desired
|
|
- name: CHAOS_INTERVAL
|
|
value: '30'
|
|
|
|
# set target ebs volume ID
|
|
- name: EBS_VOLUME_ID
|
|
value: ''
|
|
|
|
# provide the region name of the instance
|
|
- name: REGION
|
|
value: ''
|