Skip to content

Commit

Permalink
add resources to prometheus values
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Aug 29, 2023
1 parent 9cdf10c commit a431245
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/values/prod-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ server:
global:
# we want to scrape pretty often to see if we can get a decent fetches per minute
scrape_interval: 15s
resources:
limits:
memory: 2Gi
requests:
cpu: 100m
memory: 1Gi

0 comments on commit a431245

Please sign in to comment.