aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-10-31 20:04:21 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-11 14:39:44 -0800
commit938afb8217d5414c4cd0d63650e24d0398ddcc91 (patch)
tree7a0e34c1e956f40ab6ad1e57bd8f8852eb25a098 /vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
parentd11cb99fb101a6798fd57fa44d332737d6637e75 (diff)
Helm charts for Prometheus Kafka Remote Writer
Added Helm charts for prom-kafka-writer micro service. Removed older kafka adapter due to inflexibility. Issue-ID: ONAPARC-392 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I6f8e33a5e096c6b88badb29718e1e7ce126889fd
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml')
-rw-r--r--vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
index c939af4b..e35c6735 100644
--- a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
+++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
@@ -67,18 +67,3 @@ prometheus:
#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: {}