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

This commit was merged in pull request #3.
This commit is contained in:
2026-03-24 20:11:24 +00:00
parent d68e3a8d26
commit ccce722b04

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

@@ -0,0 +1,17 @@
apiVersion: chaos-mesh.org/v1alpha1
kind: PodChaos
metadata:
name: pod-kill-petclinic
namespace: demo-apps
labels:
app: petclinic
app.kubernetes.io/managed-by: backstage
spec:
action: pod-kill
mode: one
selector:
namespaces:
- demo-apps
labelSelectors:
app: petclinic
duration: "30s"