mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
59a65e787e
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
16 lines
387 B
YAML
16 lines
387 B
YAML
apiVersion: chaos-mesh.org/v1alpha1
|
|
kind: PodChaos
|
|
metadata:
|
|
name: test-standalone-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: standalone
|