Collectd operator utilties
[demo.git] / vnfs / DAaaS / collection / charts / collectd / values.yaml
1 # Default values for collectd.
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: opnfv/barometer-collectd
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   # limits:
16   #  cpu: 100m
17   #  memory: 128Mi
18   # requests:
19   #  cpu: 100m
20   #  memory: 128Mi
21 collectd_prometheus:
22   service:
23     type: ClusterIP
24     port: 9103
25     targetPort: 9103
26     selector:
27       app: collectd
28       collector: collectd