feat(ports): Adding source and destination ports support in network experiments (#570)
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
committed by
GitHub
parent
42839580a8
commit
f027f86980
@@ -120,6 +120,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: '/var/run/docker.sock'
|
||||
|
Reference in New Issue
Block a user