1a5fc94c4c3ec88da9164bc0a4bf616771edff91
[demo.git] / vnfs / DAaaS / collection / charts / prometheus / values.yaml
1 ## Deploy a Prometheus instance
2 ##
3 prometheus:
4   additionalServiceMonitors:
5     - name: service-monitor-collectd
6       additionalLabels:
7         collector: collectd
8       jobLabel: collectd
9       selector:
10         matchLabels:
11           app: collectd
12       endpoints:
13         - port: collectd-prometheus
14           interval: 10s
15           path: /metrics
16  
17   service:
18     annotations: {}
19     labels: {}
20     clusterIP: ""
21
22     ## To be used with a proxy extraContainer port
23     targetPort: 9090
24
25     ## List of IP addresses at which the Prometheus server service is available
26     ## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
27     ##
28     externalIPs: []
29
30     ## Port to expose on each node
31     ## Only used if service.type is 'NodePort'
32     ##
33     nodePort: 90
34
35     ## Loadbalancer IP
36     ## Only use if service.type is "loadbalancer"
37     loadBalancerIP: ""
38     loadBalancerSourceRanges: []
39     ## Service type
40     ##
41     type: NodePort
42
43     sessionAffinity: ""
44 m3db:
45   url: http://m3coordinator-m3db.m3db-operator.svc.cluster.local:7201
46
47 kafkaAdapter:
48   image: 
49     repository: telefonica/prometheus-kafka-adapter
50     tag: 1.2.0 
51     pullPolicy: IfNotPresent
52   url: http://localhost:8080
53   port: 8080
54   broker: my-cluster-kafka-bootstrap.msg.svc.cluster.local:9092
55   topic: orders
56   serializationFormat: json
57   logLevel: debug
58   resources: {}