From 09f395f636840d2b642308c14bf8f74cd3922610 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 23 Mar 2026 17:40:45 +0000 Subject: [PATCH] feat(chaos): add PodChaos experiment template --- chaos/pod-kill.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chaos/pod-kill.yaml diff --git a/chaos/pod-kill.yaml b/chaos/pod-kill.yaml new file mode 100644 index 0000000..0a83ebf --- /dev/null +++ b/chaos/pod-kill.yaml @@ -0,0 +1,17 @@ +apiVersion: chaos-mesh.org/v1alpha1 +kind: PodChaos +metadata: + name: pod-kill-vote + namespace: demo-apps + labels: + app: vote + app.kubernetes.io/managed-by: backstage +spec: + action: pod-kill + mode: one + selector: + namespaces: + - demo-apps + labelSelectors: + app: vote + duration: "30s"