Skip to content

Commit cafe34b

Browse files
committed
[chaosplt] woops
1 parent d7b8c0b commit cafe34b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/network_delay.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ spec:
1414
app: demo-curl
1515
count: 1
1616
network:
17-
drop: 100 # delay (in milliseconds) to add to outgoing packets, 10% of jitter will be added by default
17+
delay: 1000 # delay (in milliseconds) to add to outgoing packets, 10% of jitter will be added by default
18+
delayJitter: 5 # (optional) add X % (1-100) of delay as jitter to delay (+- X% ms to original delay), defaults to 10%

0 commit comments

Comments
 (0)