Files
litmus-hub/charts/openebs/openebs-target-container-failure/engine.yaml
Adi aa49fca028 (feat)chaos-charts: adding chaosengine yamls (#131)
* (feat)chaos-charts: adding chaosengine yamls

Signed-off-by: aditya109 <adikid1996@gmail.com>
2020-01-30 12:33:03 +05:30

33 lines
869 B
YAML

apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: target-chaos
namespace: default
spec:
# It can be true/false
annotationCheck: 'false'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
appns: 'default'
applabel: 'app=percona'
appkind: 'deployment'
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:
- name: openebs-target-container-failure
spec:
components:
env:
- name: TARGET_CONTAINER
value: 'cstor-istgt'
- name: APP_PVC
value: 'pvc-c466262a-a5f2-4f0f-b594-5daddfc2e29d'
- name: DEPLOY_TYPE
value: 'deployment'