Helm charts for Prometheus Kafka Remote Writer
[demo.git] / vnfs / DAaaS / deploy / collection / charts / prometheus / values.yaml
index b3e685c..e35c673 100644 (file)
@@ -40,6 +40,7 @@ prometheus:
  
   resources: {}
   service:
+    type: ClusterIP
     annotations: {}
     labels: {}
     clusterIP: ""
@@ -55,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"
@@ -63,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: {}