* update(workflows): Updating k8Probe schema inside workflows Signed-off-by: shubhamchaudhary <shubham@chaosnative.com> * chore(chaosengine): Removed monitoring from all experiments & appinfo from infra experiments Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
35 lines
798 B
YAML
35 lines
798 B
YAML
apiVersion: litmuschaos.io/v1alpha1
|
|
kind: ChaosEngine
|
|
metadata:
|
|
name: control-plane-chaos
|
|
namespace: openebs
|
|
spec:
|
|
# It can be true/false
|
|
annotationCheck: 'false'
|
|
# It can be active/stop
|
|
engineState: 'active'
|
|
appinfo:
|
|
appns: 'openebs'
|
|
applabel: 'name=maya-apiserver'
|
|
appkind: 'deployment'
|
|
chaosServiceAccount: control-plane-sa
|
|
# It can be delete/retain
|
|
jobCleanUpPolicy: 'delete'
|
|
experiments:
|
|
- name: openebs-control-plane-chaos
|
|
spec:
|
|
components:
|
|
env:
|
|
- name: OPENEBS_NAMESPACE
|
|
value: 'openebs'
|
|
|
|
## Period to wait before injection of chaos
|
|
- name: RAMP_TIME
|
|
value: '10'
|
|
|
|
- name: FORCE
|
|
value: ''
|
|
|
|
- name: LIB
|
|
value: ''
|