chore(node-name): Adding app-node in node cpu/memory hog chart (#317)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-12 12:14:51 +05:30
committed by GitHub
parent b376c225fe
commit 31f23fbe54
4 changed files with 19 additions and 1 deletions

View File

@@ -31,3 +31,7 @@ spec:
## default value 90
- name: MEMORY_PERCENTAGE
value: '90'
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
value: ''

View File

@@ -51,7 +51,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