Skip to content

Commit

Permalink
Reduce prometheus resource requests
Browse files Browse the repository at this point in the history
Matches observed resource usage
  • Loading branch information
yuvipanda committed Jul 22, 2021
1 parent 4f9a834 commit 74f1ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/hubs/carbonplan.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ support:
resources:
requests:
cpu: 1
memory: 6Gi
memory: 4Gi
limits:
cpu: 4
memory: 12Gi
memory: 8Gi
grafana:
ingress:
hosts:
Expand Down

0 comments on commit 74f1ddf

Please sign in to comment.