mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
17 lines
386 B
YAML
17 lines
386 B
YAML
apiVersion: chaos-mesh.org/v1alpha1
|
|
kind: PodChaos
|
|
metadata:
|
|
name: test-etcd-podkill
|
|
namespace: chaos-testing
|
|
spec:
|
|
action: pod-kill
|
|
mode: one
|
|
selector:
|
|
namespaces:
|
|
- chaos-testing # target namespace of milvus deployment
|
|
labelSelectors:
|
|
app.kubernetes.io/instance: milvus-chaos
|
|
app.kubernetes.io/name: etcd
|
|
scheduler:
|
|
cron: '@every 5s'
|