Files
litmus-hub/experiments/openebs/openebs-nfs-provisioner-kill/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

40 lines
992 B
YAML

apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: nfs-chaos
namespace: default
spec:
# It can be active/stop
engineState: 'active'
appinfo:
appns: 'minio'
applabel: 'app=minio'
appkind: 'deployment'
chaosServiceAccount: nfs-chaos-sa
experiments:
- name: openebs-nfs-provisioner-kill
spec:
components:
env:
# provide the total chaos duration
- name: TOTAL_CHAOS_DURATION
value: '20'
- name: NFS_PROVISIONER_NAMESPACE
value: 'app-nfs-ns'
- name: NFS_PROVISIONER_LABEL
value: 'app=nfs'
- name: NFS_PVC
value: 'nfs-pvc-claim'
- name: NFS_SVC
value: 'nfs-provisioner'
- name: TARGET_CONTAINER
value: 'nfs-provisioner'
# EXTERNAL_APP_CHECK can be true/false
- name: EXTERNAL_APP_CHECK
value: 'true'