Collectd operator utilties
[demo.git] / vnfs / DAaaS / collection / charts / cadvisor / values.yaml
1 # Default values for cadvisor.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4 ingress:
5   enabled: false
6 image:
7   repository: google/cadvisor
8   tag: latest
9   pullPolicy: IfNotPresent
10 resources: {}
11   # We usually recommend not to specify default resources and to leave this as a conscious
12   # choice for the user. This also increases chances charts run on environments with little
13   # resources, such as Minikube. If you do want to specify resources, uncomment the following
14   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
15 cadvisor_prometheus:
16   service:
17     type: NodePort
18     port: 80
19     nodePort: 91
20     targetPort: 8080
21     selector:
22       app: cadvisor
23       collector: cadvisor