diff --git a/experiments/generic/experiments.yaml b/experiments/generic/experiments.yaml index 0fa4fda51..aee3289d6 100644 --- a/experiments/generic/experiments.yaml +++ b/experiments/generic/experiments.yaml @@ -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' @@ -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' @@ -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' @@ -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'