mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 02:42:53 +08:00
28 lines
596 B
YAML
28 lines
596 B
YAML
apiVersion: chaos-mesh.org/v1alpha1
|
|
kind: NetworkChaos
|
|
metadata:
|
|
name: test-proxy-partition
|
|
namespace: chaos-testing
|
|
spec:
|
|
action: partition
|
|
mode: all
|
|
selector:
|
|
namespaces:
|
|
- chaos-testing
|
|
labelSelectors:
|
|
app.kubernetes.io/instance: chaos-milvus
|
|
app.kubernetes.io/name: milvus
|
|
duration: 5m
|
|
scheduler:
|
|
cron: '@every 5s'
|
|
direction: both
|
|
target:
|
|
selector:
|
|
namespaces:
|
|
- chaos-testing
|
|
labelSelectors:
|
|
app.kubernetes.io/instance: chaos-milvus
|
|
app.kubernetes.io/name: milvus
|
|
component: proxy
|
|
mode: one
|