Skip to content

Commit

Permalink
fixing prometheus config map
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jun 10, 2024
1 parent 70a8bc2 commit e6a26ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/prometheus/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ data:
- job_name: 'prometheus'
static_configs:
- targets: [
'localhost:9090'
'localhost:9090',
'192.168.7.1:9100'
]

0 comments on commit e6a26ff

Please sign in to comment.