diff --git a/charts/cassandra/experiments.yaml b/charts/cassandra/experiments.yaml index a8161f6..30e1b05 100644 --- a/charts/cassandra/experiments.yaml +++ b/charts/cassandra/experiments.yaml @@ -79,6 +79,10 @@ spec: - name: TOTAL_CHAOS_DURATION value: '15' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: CHAOS_INTERVAL value: '15' diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 598cf1f..cb2a710 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -62,6 +62,10 @@ spec: - name: TARGET_POD value: '' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' @@ -211,6 +215,10 @@ spec: - name: TARGET_POD value: '' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' @@ -574,6 +582,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -638,16 +650,16 @@ spec: - name: RAMP_TIME value: '' - # provide the kill count - - name: KILL_COUNT - value: '' - - name: FORCE value: 'true' - name: CHAOS_INTERVAL value: '5' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB value: 'litmus' @@ -724,6 +736,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -961,6 +977,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -1399,6 +1419,10 @@ spec: # provide the total chaos duration - name: TOTAL_CHAOS_DURATION value: '20' + + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest'