Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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