Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3595 from consideRatio/pr/utor-prom-update
Browse files Browse the repository at this point in the history
utoronto: reduce prometheus requested memory to fit better on smaller nodes
  • Loading branch information
consideRatio authored Jan 9, 2024
2 parents f33ae29 + ee19ad8 commit 37fee1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/clusters/utoronto/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ prometheus:
hosts:
- prometheus.utoronto.2i2c.cloud
resources:
# utoronto's prometheus seems to lie stable below 10Gi at around 6Gi
requests:
memory: 16Gi
memory: 12Gi
limits:
memory: 16Gi
memory: 12Gi

grafana:
grafana.ini:
Expand Down

0 comments on commit 37fee1b

Please sign in to comment.