feat(probe): updating the lib_image inside engine of network chaos (#280)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-07-29 22:33:50 +05:30
committed by GitHub
parent dbae2325f4
commit da55c113d6
4 changed files with 6 additions and 3 deletions

View File

@@ -28,6 +28,9 @@ spec:
- name: TARGET_CONTAINER
value: 'nginx'
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
#Network interface inside target container
- name: NETWORK_INTERFACE
value: 'eth0'

View File

@@ -29,7 +29,7 @@ spec:
value: '60' # in seconds
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
value: 'litmuschaos/go-runner:latest'
#Network interface inside target container
- name: NETWORK_INTERFACE

View File

@@ -33,7 +33,7 @@ spec:
value: 'eth0'
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
value: 'litmuschaos/go-runner:latest'
- name: NETWORK_LATENCY
value: '60000'

View File

@@ -30,7 +30,7 @@ spec:
value: 'nginx'
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
value: 'litmuschaos/go-runner:latest'
#Network interface inside target container
- name: NETWORK_INTERFACE