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

This commit was merged in pull request #4.
This commit is contained in:
2026-03-24 20:11:32 +00:00
parent ccce722b04
commit 41a6b33070

22
chaos/network-delay.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
name: network-delay-petclinic
namespace: demo-apps
labels:
app: petclinic
app.kubernetes.io/managed-by: backstage
spec:
action: delay
mode: all
selector:
namespaces:
- demo-apps
labelSelectors:
app: petclinic
delay:
latency: "100ms"
correlation: "50"
jitter: "25ms"
direction: to
duration: "60s"