Skip to content

Commit

Permalink
infrastructure: cluster1: kube-prometheus-stack: Collect node.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Jan 28, 2024
1 parent c6c4635 commit 6bcbf79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/cluster1/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ prometheus:
- vm1.wugi.info:9636
scrape_interval: 1m
job_name: exim
- static_configs:
- targets:
- vm1.wugi.info:9100
- vm2.wugi.info:9100
- notebook.wugi.info:9100
scrape_interval: 5s
job_name: node
ingress:
enabled: true
ingressClassName: nginx
Expand Down

0 comments on commit 6bcbf79

Please sign in to comment.