(chore)engine: simple example chaosengines by removing ref to lib image and auxiliary apps (#392)
Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
b746c78640
commit
6d478514a5
@@ -8,8 +8,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
applabel: 'app=nginx'
|
applabel: 'app=nginx'
|
||||||
|
@@ -8,8 +8,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
applabel: 'app=nginx'
|
applabel: 'app=nginx'
|
||||||
|
@@ -12,8 +12,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
chaosServiceAccount: pod-delete-sa
|
chaosServiceAccount: pod-delete-sa
|
||||||
monitoring: false
|
monitoring: false
|
||||||
# It can be delete/retain
|
# It can be delete/retain
|
||||||
|
@@ -8,8 +8,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
applabel: 'app=nginx'
|
applabel: 'app=nginx'
|
||||||
|
@@ -8,8 +8,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
applabel: 'app=nginx'
|
applabel: 'app=nginx'
|
||||||
|
@@ -10,8 +10,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
monitoring: false
|
monitoring: false
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
@@ -24,9 +22,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
- name: LIB_IMAGE
|
|
||||||
value: 'litmuschaos/go-runner:latest'
|
|
||||||
|
|
||||||
#Network interface inside target container
|
#Network interface inside target container
|
||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
value: 'eth0'
|
value: 'eth0'
|
||||||
|
@@ -11,8 +11,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
monitoring: false
|
monitoring: false
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
@@ -28,9 +26,6 @@ spec:
|
|||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '60' # in seconds
|
value: '60' # in seconds
|
||||||
|
|
||||||
- name: LIB_IMAGE
|
|
||||||
value: 'litmuschaos/go-runner:latest'
|
|
||||||
|
|
||||||
#Network interface inside target container
|
#Network interface inside target container
|
||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
value: 'eth0'
|
value: 'eth0'
|
||||||
|
@@ -10,8 +10,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
monitoring: false
|
monitoring: false
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
@@ -28,9 +26,6 @@ spec:
|
|||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
value: 'eth0'
|
value: 'eth0'
|
||||||
|
|
||||||
- name: LIB_IMAGE
|
|
||||||
value: 'litmuschaos/go-runner:latest'
|
|
||||||
|
|
||||||
- name: NETWORK_LATENCY
|
- name: NETWORK_LATENCY
|
||||||
value: '2000'
|
value: '2000'
|
||||||
|
|
||||||
|
@@ -11,8 +11,6 @@ spec:
|
|||||||
annotationCheck: 'true'
|
annotationCheck: 'true'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
monitoring: false
|
monitoring: false
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
@@ -25,8 +23,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
- name: LIB_IMAGE
|
|
||||||
value: 'litmuschaos/go-runner:latest'
|
|
||||||
|
|
||||||
#Network interface inside target container
|
#Network interface inside target container
|
||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
|
Reference in New Issue
Block a user