Skip to content

Commit

Permalink
Merge pull request #541 from yuvipanda/cp-prom
Browse files Browse the repository at this point in the history
Bump resource requests for prometheus
  • Loading branch information
yuvipanda authored Jul 26, 2021
2 parents a6f2e35 + 74f1ddf commit ab0b645
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/hubs/carbonplan.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ kubeconfig:
file: secrets/carbonplan.yaml
support:
config:
prometheus:
server:
resources:
requests:
cpu: 1
memory: 4Gi
limits:
cpu: 4
memory: 8Gi
grafana:
ingress:
hosts:
Expand Down

0 comments on commit ab0b645

Please sign in to comment.