From 1a83c3177bb1faebcf32a163b3c12db2706c19b5 Mon Sep 17 00:00:00 2001 From: Viacheslav Vostrietsov Date: Thu, 28 Sep 2023 16:04:16 +0200 Subject: [PATCH] v3.0.0-beta9 added SOURCE_PORTS and DESTINATION_PORTS envs to generic experiments manifest Signed-off-by: Viacheslav Vostrietsov Signed-off-by: Viacheslav Vostrietsov --- experiments/generic/experiments.yaml | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) 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'