milvus/tests/python_client/chaos/chaos_objects/chaos_proxy_podkill.yaml
ThreadDao faba9b18f9
Update chaos podkill config (#7648)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-09-09 17:16:05 +08:00

18 lines
412 B
YAML

apiVersion: chaos-mesh.org/v1alpha1
kind: PodChaos
metadata:
name: test-proxy-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: proxy
scheduler:
cron: '@every 5s'