mirror of https://github.com/milvus-io/milvus.git
test: [skip e2e]fix mixcoord label selectors (#41340)
/kind improvement Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/40416/head
parent
70d13dcf61
commit
d4b56ea4ab
|
@ -9,7 +9,7 @@ spec:
|
|||
- chaos-testing
|
||||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
app.kubernetes.io/component: mixcoord
|
||||
component: mixcoord
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
app.kubernetes.io/name: milvus
|
||||
app.kubernetes.io/component: mixcoord
|
||||
component: mixcoord
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-kill
|
||||
|
|
Loading…
Reference in New Issue