milvus/tests/python_client/chaos/chaos_objects/chaos_minio_podkill.yaml
binbin eff75c7701
Replace sdk source and merge tests and tests20 (#7182)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-08-20 11:00:56 +08:00

17 lines
350 B
YAML

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