diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml | 15 |
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: {} |