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