diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/values.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/values.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/collection/values.yaml b/vnfs/DAaaS/deploy/collection/values.yaml index 7fd13869..d46f3861 100644 --- a/vnfs/DAaaS/deploy/collection/values.yaml +++ b/vnfs/DAaaS/deploy/collection/values.yaml @@ -26,3 +26,16 @@ global: ################################################################# # Collection Package Day-0 configuration defaults. ################################################################# + +################################################################# +# Enable or disable components +################################################################# + +cadvisor: + enabled: true + +collectd: + enabled: true + +prometheus-node-exporter: + enabled: true |