Files
litmus-hub/byoc/generic/byoc-pod-delete/Cluster/engine-custom-count.yaml
Amit Kumar Das 1f873641ef Removed unused workflows (#536)
* Removed unused workflows

Signed-off-by: Amit Kumar Das <amit@chaosnative.com>

* Moved byoc-pod-delete to byoc directory and updated generic CSV

Signed-off-by: Amit Kumar Das <amit@chaosnative.com>

Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
2022-04-28 17:53:50 +05:30

37 lines
913 B
YAML

apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: nginx-chaos-cluster-custom-count
namespace: default
spec:
appinfo:
appns: 'default'
applabel: 'app=nginx'
appkind: 'deployment'
engineState: 'active'
chaosServiceAccount: chaos-admin
experiments:
- name: k8-pod-delete
spec:
components:
env:
# set chaos namespace
- name: NAME_SPACE
value: 'default'
# set chaos label name
- name: LABEL_NAME
value: 'app=nginx'
# pod endpoint
- name: APP_ENDPOINT
value: 'localhost'
- name: FILE
value: 'pod-custom-kill-count.json'
- name: REPORT
value: 'true'
- name: REPORT_ENDPOINT
value: 'none'
- name: TEST_NAMESPACE
value: 'default'