Skip to content

Commit e6514fd

Browse files
Viacheslav VostrietsovViacheslav Vostrietsov
Viacheslav Vostrietsov
authored and
Viacheslav Vostrietsov
committed
v3.0.0-beta9 added SOURCE_PORTS and DESTINATION_PORTS envs to generic experiments manifest
Signed-off-by: Viacheslav Vostrietsov <[email protected]>
1 parent a332bcc commit e6514fd

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

experiments/generic/experiments.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ spec:
121121
- name: DESTINATION_HOSTS
122122
value: ''
123123

124+
# provide the comma seperated source ports
125+
# chaos injection will be triggered for these source ports
126+
- name: SOURCE_PORTS
127+
value: ''
128+
129+
# provide the comma seperated destination ports
130+
# chaos injection will be triggered for these destination ports
131+
- name: DESTINATION_PORTS
132+
value: ''
133+
124134
# provide the socket file path
125135
- name: SOCKET_PATH
126136
value: '/run/containerd/containerd.sock'
@@ -749,6 +759,16 @@ spec:
749759
- name: DESTINATION_HOSTS
750760
value: ''
751761

762+
# provide the comma seperated source ports
763+
# chaos injection will be triggered for these source ports
764+
- name: SOURCE_PORTS
765+
value: ''
766+
767+
# provide the comma seperated destination ports
768+
# chaos injection will be triggered for these destination ports
769+
- name: DESTINATION_PORTS
770+
value: ''
771+
752772
# provide the socket file path
753773
- name: SOCKET_PATH
754774
value: '/run/containerd/containerd.sock'
@@ -2123,6 +2143,16 @@ spec:
21232143
- name: DESTINATION_HOSTS
21242144
value: ''
21252145

2146+
# provide the comma seperated source ports
2147+
# chaos injection will be triggered for these source ports
2148+
- name: SOURCE_PORTS
2149+
value: ''
2150+
2151+
# provide the comma seperated destination ports
2152+
# chaos injection will be triggered for these destination ports
2153+
- name: DESTINATION_PORTS
2154+
value: ''
2155+
21262156
# provide the socket file path
21272157
- name: SOCKET_PATH
21282158
value: '/run/containerd/containerd.sock'
@@ -2368,6 +2398,16 @@ spec:
23682398
- name: DESTINATION_HOSTS
23692399
value: ''
23702400

2401+
# provide the comma seperated source ports
2402+
# chaos injection will be triggered for these source ports
2403+
- name: SOURCE_PORTS
2404+
value: ''
2405+
2406+
# provide the comma seperated destination ports
2407+
# chaos injection will be triggered for these destination ports
2408+
- name: DESTINATION_PORTS
2409+
value: ''
2410+
23712411
# provide the socket file path
23722412
- name: SOCKET_PATH
23732413
value: '/run/containerd/containerd.sock'

0 commit comments

Comments
 (0)