github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/chaos/manifests/pod-kill-dataflow.yaml (about) 1 apiVersion: chaos-mesh.org/v1alpha1 2 kind: Schedule 3 metadata: 4 name: pod-kill-dataflow 5 labels: 6 app: pod-kill-dataflow 7 spec: 8 schedule: '@every 1m' 9 type: PodChaos 10 historyLimit: 5 11 concurrencyPolicy: Forbid 12 podChaos: 13 action: pod-kill 14 mode: one 15 gracePeriod: 30 16 selector: 17 pods: 18 default: 19 - chaos-server-master-0 20 - chaos-server-master-1 21 - chaos-server-master-2 22 - chaos-executor-0 23 - chaos-executor-1 24 - chaos-executor-2 25 - chaos-executor-3