diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 98f2193..68056cd 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -1030,11 +1030,17 @@ spec: - name: RAMP_TIME value: '' + + ## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING ## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY - name: NODE_CPU_CORE value: '' + # ENTER THE NAME OF THE APPLICATION NODE + - name: APP_NODE + value: '' + # PROVIDE THE LIB HERE # ONLY LITMUS SUPPORTED - name: LIB @@ -1232,7 +1238,11 @@ spec: ## specify the size as percent of total available memory (in percentage) ## Default value "90" - name: MEMORY_PERCENTAGE - value: '90' + value: '90' + + # ENTER THE NAME OF THE APPLICATION NODE + - name: APP_NODE + value: '' # Period to wait before and after injection of chaos in sec - name: RAMP_TIME