mirror of https://github.com/milvus-io/milvus.git
17 lines
350 B
YAML
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'
|