summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/cadvisor/values.yaml
diff options
context:
space:
mode:
authorSrivahni <srivahni.chivukula@intel.com>2019-03-24 18:48:49 -0700
committerGary Wu <gary.i.wu@huawei.com>2019-03-28 18:13:42 +0000
commit70fe0a833c686b05a24225653c3c594189789749 (patch)
tree09f616eb58ba080bf4cedd731c32dd4ddebfcfd2 /vnfs/DAaaS/collection/charts/cadvisor/values.yaml
parente638d92d1f48e0747fae96cd0606a52525ce9bf8 (diff)
Helm charts for Cadvisor
Change-Id: Iaba30d9528ebc416339e73cd8d5485457d2ae147 Issue-ID: ONAPARC-438 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
Diffstat (limited to 'vnfs/DAaaS/collection/charts/cadvisor/values.yaml')
-rw-r--r--vnfs/DAaaS/collection/charts/cadvisor/values.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vnfs/DAaaS/collection/charts/cadvisor/values.yaml b/vnfs/DAaaS/collection/charts/cadvisor/values.yaml
new file mode 100644
index 00000000..8d25ba7f
--- /dev/null
+++ b/vnfs/DAaaS/collection/charts/cadvisor/values.yaml
@@ -0,0 +1,23 @@
+# Default values for cadvisor.
+# This is a YAML-formatted file.
+# Declare variables to be passed into your templates.
+ingress:
+ enabled: false
+image:
+ repository: google/cadvisor
+ tag: latest
+ pullPolicy: IfNotPresent
+resources: {}
+ # We usually recommend not to specify default resources and to leave this as a conscious
+ # choice for the user. This also increases chances charts run on environments with little
+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+cadvisor_prometheus:
+ service:
+ type: NodePort
+ port: 80
+ nodePort: 30091
+ targetPort: 8080
+ selector:
+ app: cadvisor
+ collector: cadvisor