* 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>
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
apiVersion: litmuschaos.io/v1alpha1
|
|
kind: ChaosEngine
|
|
metadata:
|
|
name: k8-calico-node
|
|
namespace: default
|
|
spec:
|
|
appinfo:
|
|
appns: 'default'
|
|
applabel: "k8s-app=wavefront-collector"
|
|
appkind: deployment
|
|
annotationCheck: 'false'
|
|
engineState: 'active'
|
|
chaosServiceAccount: chaos-admin
|
|
jobCleanUpPolicy: 'retain'
|
|
experiments:
|
|
- name: k8-pod-delete
|
|
spec:
|
|
components:
|
|
env:
|
|
# set chaos namespace, we assume you are using the kube-system if not modify the below namespace
|
|
- name: NAME_SPACE
|
|
value: kube-system
|
|
# set chaos label name
|
|
- name: LABEL_NAME
|
|
value: k8s-app=wavefront-collector
|
|
# pod endpoint
|
|
- name: APP_ENDPOINT
|
|
value: 'localhost'
|
|
- name: FILE
|
|
value: 'pod-custom-kill-health.json'
|
|
- name: REPORT
|
|
value: 'true'
|
|
- name: REPORT_ENDPOINT
|
|
value: 'none'
|
|
- name: TEST_NAMESPACE
|
|
value: 'default'
|
|
|
|
|