(feat): Adding Openebs pool network delay chart (#135)

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

Signed-off-by: Raj <raj.das@mayadata.io>
This commit is contained in:
Raj Babu Das
2020-02-14 11:51:57 -05:00
committed by GitHub
parent 557a3f2e0d
commit a563a8fc74
5 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: pool-chaos
namespace: default
spec:
annotationCheck: 'false'
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-delay
spec:
components:
env:
- name: APP_PVC
value: 'demo-nginx-claim'
- name: OPENEBS_NAMESPACE
value: 'openebs'
# in milliseconds
- name: NETWORK_DELAY
value: '60000'
# in milliseconds
- name: TOTAL_CHAOS_DURATION
value: '60000'