234: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2019-11-11 14:13:56 +00:00
parent b1a76f36b2
commit 12f5078fff
2 changed files with 35 additions and 7 deletions

View File

@@ -91,9 +91,28 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.1
version: 0.1.3
spec:
definition:
permissions:
apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
resources:
- "daemonsets"
- "statefulsets"
- "deployments"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "*"
image: "litmuschaos/ansible-runner:ci"
args:
- -c
@@ -101,16 +120,25 @@ spec:
command:
- /bin/bash
env:
- name: TARGET_CONTAINER
value: ""
value: ''
- name: NETWORK_INTERFACE
value: "eth0"
value: 'eth0'
- name: NETWORK_LATENCY
value: "60000" #in ms
value: '60000' #in ms
- name: TOTAL_CHAOS_DURATION
value: "60000" #in ms
value: '60000' #in ms
- name: LIB
value: "pumba"
value: 'pumba'
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
labels:
name: pod-network-latency