Skip to content

Commit

Permalink
v3.0.0-beta9 added SOURCE_PORTS and DESTINATION_PORTS envs to generic…
Browse files Browse the repository at this point in the history
… experiments manifest

Signed-off-by: Viacheslav Vostrietsov <[email protected]>

Signed-off-by: Viacheslav Vostrietsov <[email protected]>
  • Loading branch information
Viacheslav Vostrietsov authored and Viacheslav Vostrietsov committed Sep 29, 2023
1 parent a332bcc commit 1a83c31
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions experiments/generic/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ spec:
- name: DESTINATION_HOSTS
value: ''

# provide the comma seperated source ports
# chaos injection will be triggered for these source ports
- name: SOURCE_PORTS
value: ''

# provide the comma seperated destination ports
# chaos injection will be triggered for these destination ports
- name: DESTINATION_PORTS
value: ''

# provide the socket file path
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
Expand Down Expand Up @@ -749,6 +759,16 @@ spec:
- name: DESTINATION_HOSTS
value: ''

# provide the comma seperated source ports
# chaos injection will be triggered for these source ports
- name: SOURCE_PORTS
value: ''

# provide the comma seperated destination ports
# chaos injection will be triggered for these destination ports
- name: DESTINATION_PORTS
value: ''

# provide the socket file path
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
Expand Down Expand Up @@ -2123,6 +2143,16 @@ spec:
- name: DESTINATION_HOSTS
value: ''

# provide the comma seperated source ports
# chaos injection will be triggered for these source ports
- name: SOURCE_PORTS
value: ''

# provide the comma seperated destination ports
# chaos injection will be triggered for these destination ports
- name: DESTINATION_PORTS
value: ''

# provide the socket file path
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
Expand Down Expand Up @@ -2368,6 +2398,16 @@ spec:
- name: DESTINATION_HOSTS
value: ''

# provide the comma seperated source ports
# chaos injection will be triggered for these source ports
- name: SOURCE_PORTS
value: ''

# provide the comma seperated destination ports
# chaos injection will be triggered for these destination ports
- name: DESTINATION_PORTS
value: ''

# provide the socket file path
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
Expand Down

0 comments on commit 1a83c31

Please sign in to comment.