-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathslack_reporting_network_drop.yaml
More file actions
23 lines (22 loc) · 1.1 KB
/
slack_reporting_network_drop.yaml
File metadata and controls
23 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Unless explicitly stated otherwise all files in this repository are licensed
# under the Apache License Version 2.0.
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2026 Datadog, Inc.
apiVersion: chaos.datadoghq.com/v1beta1
kind: Disruption
metadata:
name: reporting-network-drop
namespace: chaos-demo
spec:
reporting: # optional, add custom notification for this disruption
slackUserEmail: first.last@example.com # optional, email address to look up slack user to send notifications to (can be a name or slack channel ID)
purpose:
| # required, purpose/contextual informations to explain reasons of the disruption launch, can contain markdown formatting
*full network drop*: _aims to validate retry capabilities of demo-curl_. Contact #team-test for more informations.
minNotificationType: Info # optional, minimal notification type to be notified, default is Success, available options are Info, Success, Warning, Error
level: pod
selector:
service: demo-curl
count: 1
network:
drop: 100 # percentage of outgoing packets to drop