aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml
diff options
context:
space:
mode:
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