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:
Shubham Chaudhary
2022-09-29 17:47:59 +05:30
committed by GitHub
parent 42839580a8
commit f027f86980
4 changed files with 40 additions and 0 deletions

View File

@@ -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: '/var/run/docker.sock'