234: version upgraded for chaos-charts
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user