Try to add targets to promethus
This commit is contained in:
parent
cd9b01e410
commit
c7998f672e
@ -1,8 +1,13 @@
|
||||
prometheus-node-exporter:
|
||||
enabled: false
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
retention: 15d
|
||||
enableAdminAPI: true
|
||||
additionalScrapeConfigs:
|
||||
name: prometheus-additional-scrape-configs
|
||||
key: additional-scrape-configs.yaml
|
||||
additionalArgs:
|
||||
- --web.enable-lifecycle
|
||||
|
||||
server:
|
||||
enabled: true
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
@ -13,25 +18,13 @@ server:
|
||||
- prometheus.dvirlabs.com
|
||||
tls: []
|
||||
|
||||
retention: "15d"
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
extraFlags:
|
||||
- web.enable-lifecycle
|
||||
|
||||
additionalScrapeConfigs: /etc/prometheus/additional-scrape-configs.yaml
|
||||
|
||||
extraConfigmapMounts:
|
||||
- name: additional-scrape-configs
|
||||
mountPath: /etc/prometheus/additional-scrape-configs.yaml
|
||||
subPath: additional-scrape-configs.yaml
|
||||
configMap: prometheus-additional-scrape-configs
|
||||
readOnly: true
|
||||
|
||||
configMapReload:
|
||||
prometheus:
|
||||
enabled: true
|
||||
|
||||
prometheus-node-exporter:
|
||||
enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user