milvus/tests/python_client/chaos/chaos_objects/chaos_pulsar_podkill.yaml
zhuwenxing e114492e98
[skip ci]Update pulsar label selectors (#9590)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-09 19:58:07 +08:00

17 lines
352 B
YAML

apiVersion: chaos-mesh.org/v1alpha1
kind: PodChaos
metadata:
name: test-proxy-podkill
namespace: chaos-testing
spec:
action: pod-kill
mode: one
selector:
namespaces:
- chaos-testing # target namespace of milvus deployment
labelSelectors:
release: chaos-testing
app: pulsar
scheduler:
cron: '@every 5s'