mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update chaos yaml for pod failure (#13997)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14008/head
parent
e3e45ef069
commit
ef5be12504
|
@ -10,7 +10,8 @@ spec:
|
|||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
component: datanode
|
||||
mode: one
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
duration: 2m
|
||||
gracePeriod: 0
|
||||
|
|
|
@ -10,7 +10,8 @@ spec:
|
|||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
component: indexnode
|
||||
mode: one
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
duration: 2m
|
||||
gracePeriod: 0
|
||||
|
|
|
@ -10,7 +10,8 @@ spec:
|
|||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
component: proxy
|
||||
mode: one
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
duration: 2m
|
||||
gracePeriod: 0
|
|
@ -10,7 +10,8 @@ spec:
|
|||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
component: querynode
|
||||
mode: one
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
duration: 2m
|
||||
gracePeriod: 0
|
Loading…
Reference in New Issue