(fix) Removing duplicated elements from node-cpu-hog engine (#140)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
0a4a67993f
commit
c0718ad181
@@ -8,22 +8,19 @@ spec:
|
|||||||
annotationCheck: 'false'
|
annotationCheck: 'false'
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
engineState: 'active'
|
engineState: 'active'
|
||||||
|
#ex. values: ns1:name=percona,ns2:run=nginx
|
||||||
auxiliaryAppInfo: 'ns1:name=percona,ns2:run=nginx'
|
auxiliaryAppInfo: 'ns1:name=percona,ns2:run=nginx'
|
||||||
appinfo:
|
appinfo:
|
||||||
appns: 'default'
|
appns: 'default'
|
||||||
applabel: 'app=nginx'
|
applabel: 'app=nginx'
|
||||||
appkind: 'deployment'
|
appkind: 'deployment'
|
||||||
# It can be true/false
|
|
||||||
annotationCheck: 'false'
|
|
||||||
#ex. values: ns1:name=percona,ns2:run=nginx
|
|
||||||
auxiliaryAppInfo: ''
|
|
||||||
chaosServiceAccount: nginx-sa
|
chaosServiceAccount: nginx-sa
|
||||||
monitoring: false
|
monitoring: false
|
||||||
components:
|
components:
|
||||||
# It can be delete/retain
|
# It can be delete/retain
|
||||||
jobCleanUpPolicy: 'delete'
|
jobCleanUpPolicy: 'delete'
|
||||||
experiments:
|
experiments:
|
||||||
- name: cpu-hog
|
- name: node-cpu-hog
|
||||||
spec:
|
spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user