mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update pod selection mode of chaos yaml (#9884)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/9888/head
parent
bd7baf8912
commit
270a679d14
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: chaos-testing
|
||||
spec:
|
||||
action: pod-kill
|
||||
mode: one
|
||||
mode: all
|
||||
selector:
|
||||
namespaces:
|
||||
- chaos-testing # target namespace of milvus deployment
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: chaos-testing
|
||||
spec:
|
||||
action: pod-kill
|
||||
mode: one
|
||||
mode: all
|
||||
selector:
|
||||
namespaces:
|
||||
- chaos-testing # target namespace of milvus deployment
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: chaos-testing
|
||||
spec:
|
||||
action: pod-kill
|
||||
mode: one
|
||||
mode: all
|
||||
selector:
|
||||
namespaces:
|
||||
- chaos-testing # target namespace of milvus deployment
|
||||
|
|
Loading…
Reference in New Issue