Update INFO.yaml with new PTL
[demo.git] / vnfs / DAaaS / deploy / collection / charts / prometheus / values.yaml
index c939af4..a9f675d 100644 (file)
@@ -37,7 +37,7 @@ prometheus:
         - port: cadvisor-prometheus
           interval: 10s
           path: /metrics
+
   resources: {}
   service:
     type: ClusterIP
@@ -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: {}