aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-06-25 19:43:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-25 19:43:36 +0000
commit7696e3865b96f0bb49333fbdf68c03057df8c74b (patch)
treedb2c667c00888e975c8eecf37d64ba4ab810b9ec /kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml
parent672d736a054ddffaecd2910a8171844fddc38bdd (diff)
parent94bfc956f43bcaec29f2fc9844b9ca4c35d72260 (diff)
Merge "Integrate collectd, prometheus and grafana."
Diffstat (limited to 'kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml')
-rw-r--r--kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml73
1 files changed, 0 insertions, 73 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml
deleted file mode 100644
index fa528900..00000000
--- a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml
+++ /dev/null
@@ -1,73 +0,0 @@
-## Deploy a Prometheus instance
-##
-prometheus:
- serviceAccount:
- create: true
- name: ""
- additionalServiceMonitors:
- - name: service-monitor-collectd
- additionalLabels:
- collector: collectd
- jobLabel: collectd
- selector:
- matchLabels:
- app: collectd
- endpoints:
- - port: collectd-prometheus
- interval: 10s
- path: /metrics
- - name: service-monitor-node-exporter
- additionalLabels:
- collector: prometheus-node-exporter
- jobLabel: node-exporter
- selector:
- matchLabels:
- app: prometheus-node-exporter
- endpoints:
- - port: metrics
- interval: 30s
- - name: service-monitor-cadvisor
- additionalLabels:
- collector: cadvisor
- jobLabel: cadvisor
- selector:
- matchLabels:
- app: cadvisor
- endpoints:
- - port: cadvisor-prometheus
- interval: 10s
- path: /metrics
-
- resources: {}
- service:
- nameOfPort: web
- type: ClusterIP
- annotations: {}
- labels: {}
- clusterIP: ""
-
- ## To be used with a proxy extraContainer port
- targetPort: 9090
-
- ## List of IP addresses at which the Prometheus server service is available
- ## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
- ##
- externalIPs: []
-
- ## Port to expose on each node
- ## Only used if service.type is 'NodePort'
- ##
- # nodePort: 90
-
- ## Loadbalancer IP
- ## Only use if service.type is "loadbalancer"
- loadBalancerIP: ""
- loadBalancerSourceRanges: []
- ## Service type
- ##
- #type: NodePort
-
- sessionAffinity: ""
-
-global:
- imagePullSecrets: "" \ No newline at end of file