chore(latency): changing latency default value (#391)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-12-15 14:16:38 +05:30
committed by GitHub
parent c73bd79bc0
commit c6173f3b6b
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ spec:
value: 'gaiaadm/pumba:0.6.5' value: 'gaiaadm/pumba:0.6.5'
- name: NETWORK_LATENCY - name: NETWORK_LATENCY
value: '60000' value: '2000'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' # in seconds value: '60' # in seconds

View File

@@ -58,7 +58,7 @@ spec:
value: 'gaiaadm/pumba:0.6.5' value: 'gaiaadm/pumba:0.6.5'
- name: NETWORK_LATENCY - name: NETWORK_LATENCY
value: '60000' #in ms value: '2000' #in ms
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' # in seconds value: '60' # in seconds

View File

@@ -32,7 +32,7 @@ spec:
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'
- name: NETWORK_LATENCY - name: NETWORK_LATENCY
value: '60000' value: '2000'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' # in seconds value: '60' # in seconds

View File

@@ -57,7 +57,7 @@ spec:
value: 'gaiadocker/iproute2' value: 'gaiadocker/iproute2'
- name: NETWORK_LATENCY - name: NETWORK_LATENCY
value: '60000' #in ms value: '2000' #in ms
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' # in seconds value: '60' # in seconds