Fix collectd helm chart
[demo.git] / vnfs / DAaaS / collectd-helm / values.yaml
1 # Default values for collectd.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4 namespace: default
5 image:
6   repository: opnfv/barometer-collectd
7   tag: latest
8   pullPolicy: IfNotPresent
9 resources: {}
10   # We usually recommend not to specify default resources and to leave this as a conscious
11   # choice for the user. This also increases chances charts run on environments with little
12   # resources, such as Minikube. If you do want to specify resources, uncomment the following
13   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
14   # limits:
15   #  cpu: 100m
16   #  memory: 128Mi
17   # requests:
18   #  cpu: 100m
19   #  memory: 128Mi
20 collectd_prometheus:
21   service:
22     port: 9103
23     targetPort: 9103
24     selector:
25       app: collectd
26       collector: collectd