@@ -121,6 +121,16 @@ spec:
121
121
- name : DESTINATION_HOSTS
122
122
value : ' '
123
123
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
+
124
134
# provide the socket file path
125
135
- name : SOCKET_PATH
126
136
value : ' /run/containerd/containerd.sock'
@@ -749,6 +759,16 @@ spec:
749
759
- name : DESTINATION_HOSTS
750
760
value : ' '
751
761
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
+
752
772
# provide the socket file path
753
773
- name : SOCKET_PATH
754
774
value : ' /run/containerd/containerd.sock'
@@ -2123,6 +2143,16 @@ spec:
2123
2143
- name : DESTINATION_HOSTS
2124
2144
value : ' '
2125
2145
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
+
2126
2156
# provide the socket file path
2127
2157
- name : SOCKET_PATH
2128
2158
value : ' /run/containerd/containerd.sock'
@@ -2368,6 +2398,16 @@ spec:
2368
2398
- name : DESTINATION_HOSTS
2369
2399
value : ' '
2370
2400
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
+
2371
2411
# provide the socket file path
2372
2412
- name : SOCKET_PATH
2373
2413
value : ' /run/containerd/containerd.sock'
0 commit comments