feat(chaos): add PodChaos experiment template (#3)
Some checks failed
CI Pipeline / Build and Test (push) Has been cancelled
Build and Publish TechDocs / build-and-publish (push) Has started running

This commit was merged in pull request #3.
This commit is contained in:
2026-03-23 17:40:49 +00:00
parent 085c5edfef
commit f381db6964

17
chaos/pod-kill.yaml Normal file
View File

@@ -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"