Files
litmus-hub/experiments/kube-aws/aws-az-chaos/engine.yaml
Amit Kumar Das 7adf5d35a1 Directory restructure to add scenarios and experiments (#559)
* Updated dir struture with scenarios and experiments dir

Signed-off-by: Amit Kumar Das <amit.das@harness.io>

* Added icons

Signed-off-by: Amit Kumar Das <amit.das@harness.io>
2022-07-15 17:30:39 +05:30

28 lines
821 B
YAML
Executable File

apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: aws-az-chaos
spec:
# It can be active/stop
engineState: 'active'
chaosServiceAccount: aws-az-chaos-sa
experiments:
- name: aws-az-chaos
spec:
components:
env:
- name: TOTAL_CHAOS_DURATION
value: '30'
- name: CHAOS_INTERVAL
value: '30'
#LOAD_BALANCER_NAME name of the load balancer
- name: LOAD_BALANCER_NAME
value: ""
#LOAD_BALANCER_ZONES can be multiple, provide it by comma separated
- name: LOAD_BALANCER_ZONES
value: ""
- name: LOAD_BALANCERNAME_ARN
value: "na"
- name: AWS_SHARED_CREDENTIALS_FILE
value: "/tmp/cloud_config.yml"