X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fdeploy%2Fcollection%2Fcharts%2Fprometheus%2Fvalues.yaml;h=e35c673589229b17d617a05a3a8432ddd89c08e1;hb=938afb8217d5414c4cd0d63650e24d0398ddcc91;hp=4398f52fafa349d95cc3d62c7c857642c363f6ea;hpb=3d5a3e06530c1250d48f7d838c619f3bfbcd019d;p=demo.git diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml index 4398f52f..e35c6735 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml @@ -1,6 +1,9 @@ ## Deploy a Prometheus instance ## prometheus: + serviceAccount: + create: true + name: "" additionalServiceMonitors: - name: service-monitor-collectd additionalLabels: @@ -35,7 +38,9 @@ prometheus: interval: 10s path: /metrics + resources: {} service: + type: ClusterIP annotations: {} labels: {} clusterIP: "" @@ -51,7 +56,7 @@ prometheus: ## Port to expose on each node ## Only used if service.type is 'NodePort' ## - nodePort: 90 + # nodePort: 90 ## Loadbalancer IP ## Only use if service.type is "loadbalancer" @@ -59,21 +64,6 @@ prometheus: loadBalancerSourceRanges: [] ## Service type ## - type: NodePort + #type: NodePort sessionAffinity: "" -m3db: - url: http://m3coordinator-m3db.m3db-operator.svc.cluster.local:7201 - -kafkaAdapter: - image: - repository: telefonica/prometheus-kafka-adapter - tag: 1.2.0 - pullPolicy: IfNotPresent - url: http://localhost:8080 - port: 8080 - broker: my-cluster-kafka-bootstrap.msg.svc.cluster.local:9092 - topic: orders - serializationFormat: json - logLevel: debug - resources: {}