Skip to content

Commit

Permalink
utoronto: reduce prometheus required memory to fit better on smaller …
Browse files Browse the repository at this point in the history
…nodes
  • Loading branch information
consideRatio committed Jan 9, 2024
1 parent 3f97bfd commit ee19ad8
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 ee19ad8

Please sign in to comment.