feat(chaos): add PodChaos experiment template
All checks were successful
CI Pipeline / Build and Test (pull_request) Successful in 24s

This commit is contained in:
2026-03-24 20:11:18 +00:00
parent d68e3a8d26
commit 9fb44c1593

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"