Files
vote/chaos/pod-kill.yaml
demo-bot f381db6964
Some checks failed
CI Pipeline / Build and Test (push) Has been cancelled
Build and Publish TechDocs / build-and-publish (push) Has started running
feat(chaos): add PodChaos experiment template (#3)
2026-03-23 17:40:49 +00:00

18 lines
311 B
YAML

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"