(feat): Adding Openebs pool network loss chart (#134)

* (feat): Adding openebs target network loss chaos chart

Signed-off-by: Raj <raj.das@mayadata.io>
This commit is contained in:
Raj Babu Das
2020-02-14 11:56:21 -05:00
committed by GitHub
parent 532308a429
commit 002e39b011
5 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: pool-chaos
namespace: default
spec:
auxiliaryAppInfo: ''
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
appinfo:
appns: 'default'
applabel: 'app=nginx'
appkind: 'deployment'
chaosServiceAccount: nginx-sa
monitoring: false
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:
- name: openebs-pool-network-loss
spec:
components:
env:
- name: FORCE
value: 'true'
- name: APP_PVC
value: 'demo-nginx-claim'
- name: OPENEBS_NAMESPACE
value: 'openebs'
- name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100'
- name: TOTAL_CHAOS_DURATION
value: '60000'