mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
b9aba11096
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
18 lines
413 B
YAML
18 lines
413 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:
|
|
app.kubernetes.io/instance: milvus-chaos
|
|
app.kubernetes.io/name: milvus
|
|
component: pulsar
|
|
scheduler:
|
|
cron: '@every 5s'
|