mirror of https://github.com/milvus-io/milvus.git
18 lines
420 B
YAML
18 lines
420 B
YAML
|
apiVersion: chaos-mesh.org/v1alpha1
|
||
|
kind: PodChaos
|
||
|
metadata:
|
||
|
name: test-querynode-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: querynode
|
||
|
scheduler:
|
||
|
cron: '@every 2s'
|